Fix alarm siren
This commit is contained in:
parent
1334b56669
commit
aca906a5e5
@ -116,11 +116,12 @@
|
|||||||
message: "ALARM! Pending for disarm"
|
message: "ALARM! Pending for disarm"
|
||||||
data:
|
data:
|
||||||
importance: max
|
importance: max
|
||||||
- service: zwave.set_config_parameter
|
- service: zwave_js.set_config_parameter
|
||||||
data:
|
data:
|
||||||
node_id: 12
|
parameter: '7'
|
||||||
parameter: 7
|
value: '2'
|
||||||
value: 'Door bell music'
|
target:
|
||||||
|
entity_id: switch.siren_alarm
|
||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
entity_id: switch.siren_switch
|
entity_id: switch.siren_switch
|
||||||
|
|
||||||
@ -136,10 +137,11 @@
|
|||||||
message: "ALARM! The alarm has been triggered"
|
message: "ALARM! The alarm has been triggered"
|
||||||
data:
|
data:
|
||||||
importance: max
|
importance: max
|
||||||
- service: zwave.set_config_parameter
|
- service: zwave_js.set_config_parameter
|
||||||
data:
|
data:
|
||||||
node_id: 12
|
parameter: '7'
|
||||||
parameter: 7
|
value: '1'
|
||||||
value: 'Alarm music'
|
target:
|
||||||
|
entity_id: switch.siren_alarm
|
||||||
- service: switch.turn_on
|
- service: switch.turn_on
|
||||||
entity_id: switch.siren_switch
|
entity_id: switch.siren_switch
|
Loading…
Reference in New Issue
Block a user