I try to figure out how to change the color of my scene’s icon (e.g. glance card) when I actIvate a scene. When I use a glance card and I use e.g. one bulb (entity) the color changes when the light is turned on/off. When I select a scene nothing happens (scene is activated but the icon color does not change… ) Who can help on this one??
How long should the color stay?
Scenes don’t have a state so you cant tell if one has been activated or not.
But the scene could toggle a boolean to “on”.
Yep that would be a way to track it turning on.
However tracking all scenes with their own input_boolean gets a bit onerous, especially as you would have to turn all others off for every scene. Even then this cant track manual adjustments to the entities in the scene.
The way I do it is with an input select used to trigger scenes:
That is also why I asked how long should the color be different.
Because if it’s just one or two seconds as visual to say “I noticed you pushed this button” or if it should be as long as that scene is on, then it’s a completely different task.
Possible but probably not worth the invested time.
Thx guys, after spending > 5 hours to solve this I agree it isn’t worth investing more time.