Fix notifications
This commit is contained in:
parent
75f0a4fece
commit
9ecb9decee
@ -114,6 +114,8 @@
|
|||||||
- service: notify.notify
|
- service: notify.notify
|
||||||
data:
|
data:
|
||||||
message: "ALARM! Pending for disarm"
|
message: "ALARM! Pending for disarm"
|
||||||
|
data:
|
||||||
|
importance: max
|
||||||
- service: zwave.set_config_parameter
|
- service: zwave.set_config_parameter
|
||||||
data:
|
data:
|
||||||
node_id: 12
|
node_id: 12
|
||||||
@ -132,6 +134,8 @@
|
|||||||
- service: notify.notify
|
- service: notify.notify
|
||||||
data:
|
data:
|
||||||
message: "ALARM! The alarm has been triggered"
|
message: "ALARM! The alarm has been triggered"
|
||||||
|
data:
|
||||||
|
importance: max
|
||||||
- service: zwave.set_config_parameter
|
- service: zwave.set_config_parameter
|
||||||
data:
|
data:
|
||||||
node_id: 12
|
node_id: 12
|
||||||
|
@ -84,8 +84,3 @@
|
|||||||
title: "Low battery"
|
title: "Low battery"
|
||||||
message: >
|
message: >
|
||||||
{{ state_attr(trigger.entity_id, 'friendly_name') }} has low battery
|
{{ state_attr(trigger.entity_id, 'friendly_name') }} has low battery
|
||||||
data:
|
|
||||||
channel: Notfall
|
|
||||||
priority: high
|
|
||||||
ttl: 0
|
|
||||||
color: red
|
|
||||||
|
@ -430,8 +430,3 @@
|
|||||||
title: "Device unavailable"
|
title: "Device unavailable"
|
||||||
message: >
|
message: >
|
||||||
{{ device_attr(trigger.event.data.device_id, 'name_by_user') }} is unavailable for 5 minutes
|
{{ device_attr(trigger.event.data.device_id, 'name_by_user') }} is unavailable for 5 minutes
|
||||||
data:
|
|
||||||
channel: Notfall
|
|
||||||
priority: high
|
|
||||||
ttl: 0
|
|
||||||
color: red
|
|
Loading…
Reference in New Issue
Block a user