I’m trying to use the timer card with my Bosch Home Connect washing machine to display the remaining time of the programme when the washing machine is active. I’m having decent luck with getting it to do mostly what I want aside from the bar won’t display, just the operation state:
Any help much appreciated.
type: custom:timer-bar-card
entities:
- entity: sensor.washing_machine_operation_state
name: Washing machine running
end_time:
entity: sensor.washing_machine_programme_finish_time
text_width: 4em
bar_width: calc(70% - 10em)
visibility:
- condition: state
entity: sensor.washing_machine_operation_state
state: run
I’m trying to use the timer card with my Bosch Home Connect washing machine to display the remaining time of the programme when the washing machine is active. I’m having decent luck with getting it to do mostly what I want aside from the bar won’t display, just the operation state:
Any help much appreciated.