From 4e28cdd98a29e537f641cd5e96c117f427173a86 Mon Sep 17 00:00:00 2001 From: thomas Date: Sat, 30 Aug 2025 09:14:52 +0000 Subject: [PATCH] blueprints/automation/wd-close-weather-notification.yaml aktualisiert --- blueprints/automation/wd-close-weather-notification.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blueprints/automation/wd-close-weather-notification.yaml b/blueprints/automation/wd-close-weather-notification.yaml index fd48650..03f6727 100644 --- a/blueprints/automation/wd-close-weather-notification.yaml +++ b/blueprints/automation/wd-close-weather-notification.yaml @@ -82,9 +82,9 @@ action: selected_openings: !input openings message_template: !input custom_message notify_service_name: !input notify_service - # Get only entities that are currently 'on' open_entities: > {{ selected_openings + | map('string') | map('states') | selectattr('state','eq','on') | map(attribute='attributes.friendly_name')