Skip to content

Commit 689e11c

Browse files
committed
Change Status LED
1 parent ca6b845 commit 689e11c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

docs/automation/ring-to-open.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The button can quickly toggle the `Ring To Open` automation.
1717
:::
1818

1919
::: 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.
2121
:::
2222

2323
::: info Ring To Open Delay

firmware/base.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,12 @@ switch:
181181
restore_mode: RESTORE_DEFAULT_OFF
182182
optimistic: true
183183
turn_on_action:
184-
- script.execute: update_led
185184
- script.execute: ring_to_open_timer
186185
turn_off_action:
187-
- light.turn_off: doorman_rgb_status_led
188186
- script.stop: ring_to_open_timer
187+
on_turn_on:
188+
- script.execute: update_led
189+
on_turn_off:
189190
- script.execute: update_led
190191

191192
- platform: template

0 commit comments

Comments
 (0)