iantrich / config-template-card

📝 Templatable Lovelace Configurations
MIT License
425 stars 55 forks source link

Update based on time? #137

Closed deviantintegral closed 7 months ago

deviantintegral commented 7 months ago

Hello, thanks for this card! I'm currently using it so that I can add a query string to picture cards so they bust caches every hour.

At a quick glance, it appears that the entities configuration value is required because that's what the card uses to determine if it should rerender the card. In my case, I've hacked this by attaching it to an entity that updates often (in this case, the WLAN traffic stats). Is there some other way I missed to make the card re-evaluate based on a schedule? Or am I just doing this whole use case wrong?

ildar170975 commented 7 months ago

Currently only a monitored entity's change may force the card to update itself.

ildar170975 commented 7 months ago

Can we close the issue then?