Przemek Grondek
fe0e59e313
switch calling doorbell automation to async script call increase lights blinking to 10 seconds change doorbell prevention automation from delay to trigger requirement wait door close before locking door turn on/off hallway light on motion
10 lines
231 B
YAML
10 lines
231 B
YAML
doorbell_bell:
|
|
alias: Doorbell async bell
|
|
sequence:
|
|
- service: script.turn_on
|
|
entity_id: script.doorbell_bell
|
|
- delay:
|
|
miliseconds: 150
|
|
- service: script.turn_off
|
|
entity_id: script.doorbell_bell
|