rianadon

Results 77 comments of rianadon

I'm a bit confused what you are asking. By default the card should always show the entity you configure it for. And if you provide a title and use `filter:...

Personally I'm unfamiliar with the history stats integration, so I'm not sure if that can give you the time the pool turned on. I'd always recommend trying to create a...

Hi! Sorry I've been a bit busy as of late and won't be able to get to updating the card for a while. However, I love the idea and think...

Thank you! I think this section might be what you're looking for: https://github.com/rianadon/timer-bar-card#receding-progress-bar

Sorry I don't understand; what is the additional key for? Are trying to create a timer to show how much time is left until the automation fires? You can use...

Would a concept like default state help? And then idle would be `State=None` and default would be active.

Alternatively, I have another idea (I really didn't think this through enough the first time). Since you have both a start time and an end time, the card can simply...

@stephengolub I think you might be needing a timer... The automation has a `last_triggered` attribute, but since it'll only update *after* your automation has fired it's not a great solution....

@philosowaffle check out the `guess_mode` option in v1.10

Try putting the name under the `entities` option. Like this: ```yaml type: custom:timer-bar-card name: The Card entities: - sensor.s14_station_status - entity: sensor.s15_station_status name: Other sensor - entity: sensor.s16_station_status name: The...