Feature request: Icon color #552
TimBeekman
started this conversation in
Feature requests
Replies: 1 comment
-
You can do that with a custom style like this:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be amazing to be able to set the icon color like in Mushroom cards, based on en Jinja2 template, like
{% if is_state('light.kitchen','on') %}
blue
{% else %}
none
{% endif %}
Beta Was this translation helpful? Give feedback.
All reactions