Adjusting night time routine times

This commit is contained in:
Jeffrey Stone 2020-11-27 20:47:30 -05:00
parent b940239346
commit ad603295e4
1 changed files with 2 additions and 2 deletions

View File

@ -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