1
0
ansible-home-assistant/scripts/60.doorbell-bell.yaml
Przemek Grondek fe0e59e313 Update hallway/front door automations
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
2021-08-12 00:37:29 +02:00

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