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

This commit is contained in:
2025-08-30 09:18:46 +00:00
parent 8d8f957a5b
commit e6542c170f

View File

@@ -87,7 +87,7 @@ action:
{% for ent_id in selected_openings %} {% for ent_id in selected_openings %}
{% set state_obj = states(ent_id) %} {% set state_obj = states(ent_id) %}
{% if state_obj and state_obj.state == 'on' %} {% if state_obj and state_obj.state == 'on' %}
{% set _ = open_list.append(state_obj.attributes.friendly_name) %} {% set _ = open_list.append(state_obj.attributes.friendly_name | default(ent_id)) %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
{{ open_list }} {{ open_list }}