Tweaking alarm start times due to digital learning
This commit is contained in:
parent
ba402d04d3
commit
f6fd0e8250
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue