Requirements
Is your feature request related to a problem?
Hi,
It would be terrific if the card could handle the TIMESTAMP type entities/attributes by default.
By handle I mean countdown to the timestamp value from the entity/attribute.

The image pasted above shows an washing machine end time entity. The card could show a progress bar being filled as NOW() timestamp gets closer to the washing machine end time.
Kind regards,
Mateusz
Describe the solution you'd like
- Add a timestamp entity/attribute to the card
- By default the card compares the current timestamp from NOW() with the assigned timestamp and fills the bar while NOW() gets closes to the assigned timestamp
- It could also be useful to have another setting for the comparison timestamp, default value would be NOW()
- If assigned timestamp >= comparison timestamp (NOW() by default) then bar = 100%
Describe alternatives you've considered
I am aware I could do it with some additional custom sensors defined. But it would be very helpful if the card did it on its own. Helpful and a lot more user-friendly than the custom sensors.
Additional context
No response
Requirements
Is your feature request related to a problem?
Hi,
It would be terrific if the card could handle the TIMESTAMP type entities/attributes by default.
By handle I mean countdown to the timestamp value from the entity/attribute.
The image pasted above shows an washing machine end time entity. The card could show a progress bar being filled as NOW() timestamp gets closer to the washing machine end time.
Kind regards,
Mateusz
Describe the solution you'd like
Describe alternatives you've considered
I am aware I could do it with some additional custom sensors defined. But it would be very helpful if the card did it on its own. Helpful and a lot more user-friendly than the custom sensors.
Additional context
No response