Adjusting night time routine times
This commit is contained in:
parent
b940239346
commit
ad603295e4
|
@ -384,9 +384,9 @@ automation:
|
||||||
data_template:
|
data_template:
|
||||||
time: >
|
time: >
|
||||||
{% if states.sensor.school_tomorrow.state == 'on' %}
|
{% if states.sensor.school_tomorrow.state == 'on' %}
|
||||||
19:00
|
|
||||||
{% else %}
|
|
||||||
20:00
|
20:00
|
||||||
|
{% else %}
|
||||||
|
20:15
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
- id: set_good_morning_time
|
- id: set_good_morning_time
|
||||||
|
|
Loading…
Reference in New Issue