Fix notifications
This commit is contained in:
parent
75f0a4fece
commit
9ecb9decee
@ -114,6 +114,8 @@
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "ALARM! Pending for disarm"
|
||||
data:
|
||||
importance: max
|
||||
- service: zwave.set_config_parameter
|
||||
data:
|
||||
node_id: 12
|
||||
@ -132,6 +134,8 @@
|
||||
- service: notify.notify
|
||||
data:
|
||||
message: "ALARM! The alarm has been triggered"
|
||||
data:
|
||||
importance: max
|
||||
- service: zwave.set_config_parameter
|
||||
data:
|
||||
node_id: 12
|
||||
|
@ -84,8 +84,3 @@
|
||||
title: "Low battery"
|
||||
message: >
|
||||
{{ 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"
|
||||
message: >
|
||||
{{ 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