Commit 689e11c 1 parent ca6b845 commit 689e11c Copy full SHA for 689e11c
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The button can quickly toggle the `Ring To Open` automation.
17
17
:::
18
18
19
19
::: info Ring To Open Confirmation
20
- If you enable this setting, your apartment doorbell will ring whenever you enable the ` Ring To Open ` automation.
20
+ If you enable this setting, your apartment doorbell will ring whenever you enable the ` Ring To Open ` automation via command .
21
21
:::
22
22
23
23
::: info Ring To Open Delay
Original file line number Diff line number Diff line change @@ -181,11 +181,12 @@ switch:
181
181
restore_mode : RESTORE_DEFAULT_OFF
182
182
optimistic : true
183
183
turn_on_action :
184
- - script.execute : update_led
185
184
- script.execute : ring_to_open_timer
186
185
turn_off_action :
187
- - light.turn_off : doorman_rgb_status_led
188
186
- script.stop : ring_to_open_timer
187
+ on_turn_on :
188
+ - script.execute : update_led
189
+ on_turn_off :
189
190
- script.execute : update_led
190
191
191
192
- platform : template
You can’t perform that action at this time.
0 commit comments