Fix garage door not moving in opposite direction

This commit is contained in:
2026-05-22 22:11:42 +00:00
parent 1c507d6164
commit eea9f8438d
3 changed files with 65 additions and 17 deletions
-7
View File
@@ -168,13 +168,6 @@ button:
then:
lambda: !lambda |-
id(garage_gate).sync();
- platform: template
id: garage_gate_toggle_door
name: "Toggle door"
on_press:
then:
lambda: !lambda |-
id(garage_gate).door_toggle();
- platform: template
id: garage_gate_play_alert
name: "Play Alert"