Fixed incorrect syntax

This commit is contained in:
2022-08-24 07:54:11 -04:00
parent 11b7a7ad98
commit 8208fa42c9

View File

@ -80,7 +80,6 @@ automation:
10:00 10:00
{% endif %} {% endif %}
- service: input_select.select_option - service: input_select.select_option
entity_id: input_select.kallen_morning_briefing_location
data_template: data_template:
option: > option: >
{% if is_state('input_boolean.school_today','on') %} {% if is_state('input_boolean.school_today','on') %}
@ -88,6 +87,8 @@ automation:
{% else %} {% else %}
Common Areas Common Areas
{% endif %} {% endif %}
target:
entity_id: input_select.kallen_morning_briefing_location
- if: - if:
- condition: trigger - condition: trigger
id: kallen-evening id: kallen-evening