blueprints/automation/wd-close-weather-notification.yaml aktualisiert

This commit is contained in:
2025-08-30 09:14:52 +00:00
parent 46e9a5c31d
commit 4e28cdd98a

View File

@@ -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')