From cd596733831046c0cf63415bcc5b16795ac50082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Grondek?= Date: Sun, 19 May 2024 20:03:33 +0200 Subject: [PATCH] Update discord channel --- templates/low-battery.yaml.j2 | 2 +- templates/unavailable-zha.yaml.j2 | 2 +- templates/unavailable-zwave.yaml.j2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/low-battery.yaml.j2 b/templates/low-battery.yaml.j2 index 30fb709..9130f6a 100644 --- a/templates/low-battery.yaml.j2 +++ b/templates/low-battery.yaml.j2 @@ -28,4 +28,4 @@ message: > Low battery {% raw %}{{ device_attr(trigger.entity_id, 'name_by_user') }} has low battery {{ states(trigger.entity_id) }}% {% endraw %} - target: [ "1070507369164984372" ] + target: [ "1109936159951441960" ] diff --git a/templates/unavailable-zha.yaml.j2 b/templates/unavailable-zha.yaml.j2 index 03c63a7..0a42a52 100644 --- a/templates/unavailable-zha.yaml.j2 +++ b/templates/unavailable-zha.yaml.j2 @@ -16,4 +16,4 @@ message: > Device unavailable {% raw %}{{ device_attr(trigger.event.data.device_id, 'name_by_user') }}{% endraw %} is unavailable - target: [ "1070507369164984372" ] + target: [ "1109936159951441960" ] diff --git a/templates/unavailable-zwave.yaml.j2 b/templates/unavailable-zwave.yaml.j2 index c993d76..b5a7ca5 100644 --- a/templates/unavailable-zwave.yaml.j2 +++ b/templates/unavailable-zwave.yaml.j2 @@ -14,4 +14,4 @@ message: > Device unavailable {% raw %}{{ device_attr(device_id(trigger.event.data.device_id), 'name_by_user') }}{% endraw %} is unavailable - target: [ "1070507369164984372" ] + target: [ "1109936159951441960" ]