You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @ALL,
I'm trying to create a button that shows me several entities when the device is switched on. In my case it is a dishwasher. The remaining running time and progress should also be displayed here (if switched on).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi @ALL,
I'm trying to create a button that shows me several entities when the device is switched on. In my case it is a dishwasher. The remaining running time and progress should also be displayed here (if switched on).
So far I have written the following code:
`type: custom:button-card
color_type: card
entity: switch.013040426068000406_bsh_common_setting_powerstate
name: Geschirrspüler
styles:
card:
- height: 120px
- width: 156px
state:
color: orange
icon: mdi:dishwasher
icon: mdi:dishwasher-off`
Now I want when the dishwasher is on and a program is started to show the progress in % in the top left and the remaining time in the top right.
I tried around a bit, but it didn't work.
The entities are:
sensor.013040426068000406_bsh_common_option_programprogress
and
sensor.013040426068000406_bsh_common_option_remainingprogramtime
Can someone help me what the code should look like?
Thank you very much in advance
Beta Was this translation helpful? Give feedback.
All reactions