@ -98,12 +98,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_state('input_boolean.kallen_alternate_pickup','on') %}
|
{% if is_state('input_boolean.kallen_alternate_pickup','on') %}
|
||||||
Today, you will be picked up from school by {{ states('input_text.kallen_pickup') }}.
|
Today, you will be picked up from school by {{ states('input_text.kallen_pickup') }}.
|
||||||
{% elif is_state('input_boolean.work_today','off') %}
|
|
||||||
Today, you will be picked up from school by your parents.
|
|
||||||
{% else %}
|
|
||||||
Today, you will be picked up from school by your dad.
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<s>Pickup today will be at {{ input_datetime_read('input_datetime.kallen_school_day_end') }}</s>
|
|
||||||
{% if count_the_days('input_datetime.school_last_day') | int == 0 -%}
|
{% if count_the_days('input_datetime.school_last_day') | int == 0 -%}
|
||||||
But today is the last day of School!
|
But today is the last day of School!
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
"Tina has work today. "
|
"Tina has work today. "
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_state('input_boolean.kallen_at_school','on') %}
|
{% if is_state('input_boolean.kallen_at_school','on') %}
|
||||||
"Collin is at school right now. His pickup time will be at {{ input_datetime_read('input_datetime.kallen_school_day_end') }}. "
|
"Collin is at school right now. His school day ends at {{ input_datetime_read('input_datetime.kallen_school_day_end') }}. "
|
||||||
{% elif is_state('input_boolean.kallen_school_today','on') %}
|
{% elif is_state('input_boolean.kallen_school_today','on') %}
|
||||||
"Collin has school today. "
|
"Collin has school today. "
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Reference in New Issue
Block a user