@ -474,11 +474,10 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_state('input_boolean.kallen_alternate_pickup','on') %}
|
{% if is_state('input_boolean.kallen_alternate_pickup','on') %}
|
||||||
{{ states('input_text.kallen_pickup') }} will be picking Collin up from school today.
|
{{ states('input_text.kallen_pickup') }} will be picking Collin up from school today.
|
||||||
{% else %}
|
|
||||||
Pickup today will be at {{ input_datetime_read('input_datetime.kallen_school_day_end') | trim }}.
|
|
||||||
{% if is_state('input_boolean.kallen_school_early_release','on') %}
|
{% if is_state('input_boolean.kallen_school_early_release','on') %}
|
||||||
And It is early release!
|
Today is an early release day!
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Pickup today will be at {{ input_datetime_read('input_datetime.kallen_school_day_end') | trim }}.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if states('sensor.windows_open') | int > 0 %}
|
{% if states('sensor.windows_open') | int > 0 %}
|
||||||
'I detect that there are windows open. Make sure you close them before you leave, or else the security system will not arm. '
|
'I detect that there are windows open. Make sure you close them before you leave, or else the security system will not arm. '
|
||||||
@ -544,10 +543,11 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_state('input_boolean.kallen_alternate_pickup','on') %}
|
{% if is_state('input_boolean.kallen_alternate_pickup','on') %}
|
||||||
{{ states('input_text.kallen_pickup') }} will be picking him up from school today.
|
{{ states('input_text.kallen_pickup') }} will be picking him up from school today.
|
||||||
{% elif is_state('input_boolean.kallen_school_early_release','on') %}
|
{% if is_state('input_boolean.kallen_school_early_release','on') %}
|
||||||
The school is on an early release schedule, pickup is at {{ input_datetime_read('input_datetime.kallen_school_day_end') | trim }}.
|
The school is on an early release schedule, pickup is at {{ input_datetime_read('input_datetime.kallen_school_day_end') | trim }}.
|
||||||
{% else %}
|
{% else %}
|
||||||
His pickup time is {{ input_datetime_read('input_datetime.kallen_school_day_end') | trim }}.
|
His pickup time is {{ input_datetime_read('input_datetime.kallen_school_day_end') | trim }}.
|
||||||
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{{ identKallen }} has school at {{ input_datetime_read('input_datetime.kallen_school_day_start') | trim }} today.
|
{{ identKallen }} has school at {{ input_datetime_read('input_datetime.kallen_school_day_start') | trim }} today.
|
||||||
|
Reference in New Issue
Block a user