17 lines
479 B
YAML
17 lines
479 B
YAML
doorbell_bell:
|
|
alias: Doorbell async bell
|
|
sequence:
|
|
- service: switch.turn_on
|
|
entity_id: switch.doorbell_bell
|
|
- service: switch.turn_off
|
|
entity_id: switch.doorbell_bell
|
|
- service: zwave_js.set_config_parameter
|
|
data:
|
|
parameter: '7'
|
|
value: 'Door bell music'
|
|
target:
|
|
device_id: 1502b537888f71390cd2b5adfaec6430
|
|
- service: switch.turn_on
|
|
entity_id: switch.siren_switch
|
|
- service: script.pause_all_players
|