Tweaking alarm start times due to digital learning
This commit is contained in:
parent
ba402d04d3
commit
f6fd0e8250
|
@ -519,7 +519,7 @@
|
||||||
data_template:
|
data_template:
|
||||||
time: >
|
time: >
|
||||||
{% if states.binary_sensor.workday_sensor.state == 'on' %}
|
{% if states.binary_sensor.workday_sensor.state == 'on' %}
|
||||||
05:00
|
06:00
|
||||||
{% else %}
|
{% else %}
|
||||||
07:15
|
07:15
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -535,9 +535,9 @@
|
||||||
data_template:
|
data_template:
|
||||||
time: >
|
time: >
|
||||||
{% if states.calendar.skylar_school.attributes.offset_reached == True %}
|
{% if states.calendar.skylar_school.attributes.offset_reached == True %}
|
||||||
06:00
|
07:15
|
||||||
{% elif states.binary_sensor.workday_sensor.state == 'on' %}
|
{% elif states.binary_sensor.workday_sensor.state == 'on' %}
|
||||||
06:30
|
07:15
|
||||||
{% else %}
|
{% else %}
|
||||||
07:25
|
07:25
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue