Open guevara777 opened 1 year ago
thanks for that card. It looks really nice, better than the one i had before
for the pause/stop button:
Since i use a cover in EspHome
cover:
- platform: template
# icon: mdi:table-chair
# icon: mdi-human-male-height-variant
name: "${device_name} Tisch"
.....
i just added
stop_action:
- logger.log: "Executing stop command"
- switch.turn_on: switch_up
- switch.turn_on: switch_down
an that stops the movement
i also added it in my config here:
Hi. Thanks to this project i can move my desk up and down with home assistant. awesome.
I've made a card that uses custom:button-card and custom:mushroom-card to create a mushroom-like desk-card.
The card looks like this (with the typical big padding for mushroom cards)
or like this (with my smaller paddings around the card)
The Buttons on the right side on the card... 1.) turn on the switch.down-entity 2.) turn off the switch.up and switch-down-entity 3.) turn on the swith.up-entity 4.) call the button.sit-entity 5.) call the button.stand-entity
To do this you need:
And this yaml-code