Fixed bug in K's scheduling automation for assigning location
This commit is contained in:
@ -80,6 +80,8 @@ automation:
|
|||||||
10:00
|
10:00
|
||||||
{% endif %}
|
{% endif %}
|
||||||
- service: input_select.select_option
|
- service: input_select.select_option
|
||||||
|
target:
|
||||||
|
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') %}
|
||||||
@ -87,8 +89,6 @@ 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
|
||||||
|
Reference in New Issue
Block a user