I’m trying to change the icon when the timer is running or finished through an automation. The automation and the timer run without any issues, but the icon doesn’t change. Does anyone have an idea?
The frontend does not support templates. You’ll have to use a custom card that supports it, like custom button card. Keep in mind, custom button card supports JS templates, not jinja templates. But also, custom button card supports state configurations with just yaml, so you really don’t need a template for this with custom button card.
“Got me a bit further, but now I’m stuck again. I’m just starting to dive into this. I’d like to check the status of two timers in a card. This is my attempt. Would appreciate any thoughts or suggestions.”