thomasloven / lovelace-auto-entities

🔹Automatically populate the entities-list of lovelace cards
MIT License
1.2k stars 111 forks source link

Support "seconds" duration in last_changed, last_updated filters #350

Open mill1000 opened 1 year ago

mill1000 commented 1 year ago

Would it be possible to increase the resolution of the last_changed (and related) filters?

I am using the card to display some media-control cards when the players are not idle or off. It's working great, except on track transitions some players briefly transition to idle causing the card to update.

I'd like to debounce these state transitions using last_changed filter, but only need 1-10 seconds at most.