Fix hallway doorbell automation after switch to z-wavejs
This commit is contained in:
parent
5b3ac327ec
commit
3839ff2507
1 changed files with 4 additions and 18 deletions
|
@ -19,28 +19,14 @@
|
||||||
- service: script.turn_on
|
- service: script.turn_on
|
||||||
entity_id: script.doorbell_bell
|
entity_id: script.doorbell_bell
|
||||||
- service: script.pause_all_players
|
- service: script.pause_all_players
|
||||||
- service: light.turn_on
|
- service: zwave_js.set_config_parameter
|
||||||
data:
|
data:
|
||||||
effect: Police
|
parameter: '7'
|
||||||
target:
|
|
||||||
entity_id: light.desk_lightbar_ambilight
|
|
||||||
- service: zwave.set_config_parameter
|
|
||||||
data:
|
|
||||||
node_id: 12
|
|
||||||
parameter: 7
|
|
||||||
value: 'Door bell music'
|
value: 'Door bell music'
|
||||||
|
target:
|
||||||
|
device_id: 1502b537888f71390cd2b5adfaec6430
|
||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
entity_id: switch.siren_switch
|
entity_id: switch.siren_switch
|
||||||
- delay:
|
|
||||||
seconds: 10
|
|
||||||
- service: light.turn_on
|
|
||||||
data:
|
|
||||||
hs_color: [ 240,100 ]
|
|
||||||
entity_id: light.desk_lightbar_ambilight
|
|
||||||
- delay:
|
|
||||||
seconds: 5
|
|
||||||
- service: light.turn_off
|
|
||||||
entity_id: light.desk_lightbar_ambilight
|
|
||||||
|
|
||||||
- id: hallway-doorbell-bell-burn-prevention
|
- id: hallway-doorbell-bell-burn-prevention
|
||||||
alias: '[Hallway] Doorbell bell burn prevention'
|
alias: '[Hallway] Doorbell bell burn prevention'
|
||||||
|
|
Loading…
Reference in a new issue