Fixed bug in K's scheduling automation for assigning location
This commit is contained in:
@ -80,6 +80,8 @@ automation:
|
||||
10:00
|
||||
{% endif %}
|
||||
- service: input_select.select_option
|
||||
target:
|
||||
entity_id: input_select.kallen_morning_briefing_location
|
||||
data_template:
|
||||
option: >
|
||||
{% if is_state('input_boolean.school_today','on') %}
|
||||
@ -87,8 +89,6 @@ automation:
|
||||
{% else %}
|
||||
Common Areas
|
||||
{% endif %}
|
||||
target:
|
||||
entity_id: input_select.kallen_morning_briefing_location
|
||||
- if:
|
||||
- condition: trigger
|
||||
id: kallen-evening
|
||||
|
Reference in New Issue
Block a user