From 08ba8831fecd7b71204db14bf0c5963232b01d0f Mon Sep 17 00:00:00 2001 From: thomas Date: Sat, 30 Aug 2025 03:24:45 +0000 Subject: [PATCH] blueprints/automation/wd-close-weather-notification.yaml aktualisiert --- blueprints/automation/wd-close-weather-notification.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blueprints/automation/wd-close-weather-notification.yaml b/blueprints/automation/wd-close-weather-notification.yaml index f7a2d80..c7bf081 100644 --- a/blueprints/automation/wd-close-weather-notification.yaml +++ b/blueprints/automation/wd-close-weather-notification.yaml @@ -98,10 +98,11 @@ action: - service: notify.notify data: - target: !input.notify_target + target: "{{ !input 'notify_target' }}" message: > {{ !input.custom_message | replace('{{ entity_name }}', states(trigger.entity_id).attributes.friendly_name) | replace('{{ temperature }}', current_temp | string) | replace('{{ condition }}', current_condition) }} +