1
0
Fork 0
ansible-home-assistant/configuration/automations/hallway-doorbell.yaml

31 lines
736 B
YAML
Raw Normal View History

- id: front-door-doorbell
2021-05-11 18:34:52 +00:00
alias: '[Hallway] Doorbell'
mode: restart
trigger:
- platform: state
entity_id: switch.doorbell_button_switch
from: 'off'
to: 'on'
action:
- service: script.turn_on
entity_id: script.doorbell_bell
2021-05-11 18:34:52 +00:00
- service: notify.notify
data:
message: "Doorbell"
2022-08-16 17:13:28 +00:00
actions:
- action: UNLOCK_DOOR
title: Unlock door
2021-05-11 18:34:52 +00:00
- id: hallway-doorbell-bell-burn-prevention
alias: '[Hallway] Doorbell bell burn prevention'
mode: restart
trigger:
- platform: state
entity_id: switch.doorbell_bell
from: 'off'
to: 'on'
for:
seconds: 1
2021-05-11 18:34:52 +00:00
action:
- service: switch.turn_off
entity_id: switch.doorbell_bell