Tweaking alarm start times due to digital learning

This commit is contained in:
Jeffrey Stone 2020-03-25 21:51:48 -04:00
parent ba402d04d3
commit f6fd0e8250
1 changed files with 3 additions and 3 deletions

View File

@ -519,7 +519,7 @@
data_template:
time: >
{% if states.binary_sensor.workday_sensor.state == 'on' %}
05:00
06:00
{% else %}
07:15
{% endif %}
@ -535,9 +535,9 @@
data_template:
time: >
{% if states.calendar.skylar_school.attributes.offset_reached == True %}
06:00
07:15
{% elif states.binary_sensor.workday_sensor.state == 'on' %}
06:30
07:15
{% else %}
07:25
{% endif %}