We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95eabcb commit 6885b56Copy full SHA for 6885b56
base.yaml
@@ -149,6 +149,8 @@ binary_sensor:
149
binary_sensor.is_off: ${id_prefix}_dry_contact_close
150
then:
151
- cover.open: ${id_prefix}_garage_door
152
+ else:
153
+ - cover.toggle: ${id_prefix}_garage_door
154
- platform: gpio
155
id: "${id_prefix}_dry_contact_close"
156
pin:
base_secplusv1.yaml
@@ -101,6 +101,8 @@ binary_sensor:
101
102
103
104
105
106
107
108
0 commit comments