timer-bar-card
timer-bar-card copied to clipboard
Whirlpool/Maytag
Trying to get this to work but can't seem to get it.
Have attahed a screenshot of the debug.
A few things I noticed from your configuration:
-
attribute
, if used, should be the name of the attribute with the info you'd like to select (i.e. a string value), not the full value of the attribute. - For
end_time
, you'll wantstate:true
since it looks like the end time is in the state. And then deleteattribute
since it does not apply. - The
end_time
sensor doesn't look like a duration. Is there another entity that holds duration information?
Hope that all helps!
I know it's a little late, but I found the way to do it with my Maytag. Setting the "Active State" is the key I was missing.
type: custom:timer-bar-card
entities:
- entity: sensor.maytag_dryer_(your id here)
end_time:
attribute: end_time
duration:
attribute: end_time
units: minutes
active_state: "Running"
debug: false