Fix hallway doorbell automation after switch to z-wavejs
This commit is contained in:
parent
5b3ac327ec
commit
3839ff2507
@ -19,28 +19,14 @@
|
||||
- service: script.turn_on
|
||||
entity_id: script.doorbell_bell
|
||||
- service: script.pause_all_players
|
||||
- service: light.turn_on
|
||||
- service: zwave_js.set_config_parameter
|
||||
data:
|
||||
effect: Police
|
||||
target:
|
||||
entity_id: light.desk_lightbar_ambilight
|
||||
- service: zwave.set_config_parameter
|
||||
data:
|
||||
node_id: 12
|
||||
parameter: 7
|
||||
parameter: '7'
|
||||
value: 'Door bell music'
|
||||
target:
|
||||
device_id: 1502b537888f71390cd2b5adfaec6430
|
||||
- service: switch.turn_on
|
||||
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
|
||||
alias: '[Hallway] Doorbell bell burn prevention'
|
||||
|
Loading…
Reference in New Issue
Block a user