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

43 lines
1.2 KiB
YAML
Raw Normal View History

2021-05-11 18:34:52 +00:00
- id: hallway-doorbell
alias: '[Hallway] Doorbell'
mode: restart
trigger:
- platform: state
entity_id: switch.doorbell_button_switch
from: 'off'
to: 'on'
action:
- service: notify.notify
data:
message: "Doorbell"
- choose:
- conditions:
- condition: state
entity_id: input_boolean.mute_doorbell
state: 'off'
sequence:
- service: script.turn_on
entity_id: script.doorbell_bell
- service: script.pause_all_players
- service: zwave_js.set_config_parameter
2021-05-11 18:34:52 +00:00
data:
parameter: '7'
2021-05-11 18:34:52 +00:00
value: 'Door bell music'
target:
device_id: 1502b537888f71390cd2b5adfaec6430
2021-05-11 18:34:52 +00:00
- service: switch.turn_on
entity_id: switch.siren_switch
- 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