Modify wakeup times when not picking up K from school
This commit is contained in:
@ -551,14 +551,14 @@ script:
|
||||
time: >
|
||||
{% if is_state('input_boolean.kallen_school_today','on') %}
|
||||
{% if is_state('input_boolean.kallen_alternate_pickup','on') or is_state('input_boolean.kallen_btb','on') %}
|
||||
14:30
|
||||
15:00
|
||||
{% elif is_state('input_boolean.kallen_school_early_release','on') %}
|
||||
12:30
|
||||
{% else %}
|
||||
13:00
|
||||
{% endif %}
|
||||
{% else %}
|
||||
14:30
|
||||
15:00
|
||||
{% endif %}
|
||||
- delay:
|
||||
milliseconds: 500
|
||||
|
Reference in New Issue
Block a user