From 9ecb9decee0bb800360b13f7b8026da37b2869be Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Mon, 25 Apr 2022 00:35:59 +0200 Subject: [PATCH] Fix notifications --- configuration/automations/alarm.yaml | 4 ++++ configuration/automations/info-battery.yaml | 5 ----- configuration/automations/info-unavailable-notice.yaml | 5 ----- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/configuration/automations/alarm.yaml b/configuration/automations/alarm.yaml index ddd9c66..54eac31 100644 --- a/configuration/automations/alarm.yaml +++ b/configuration/automations/alarm.yaml @@ -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 diff --git a/configuration/automations/info-battery.yaml b/configuration/automations/info-battery.yaml index 7527aac..b6c588c 100644 --- a/configuration/automations/info-battery.yaml +++ b/configuration/automations/info-battery.yaml @@ -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 diff --git a/configuration/automations/info-unavailable-notice.yaml b/configuration/automations/info-unavailable-notice.yaml index ae6e6f3..45e4950 100644 --- a/configuration/automations/info-unavailable-notice.yaml +++ b/configuration/automations/info-unavailable-notice.yaml @@ -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 \ No newline at end of file