K's morning briefing is now aware of band practice #45
This commit is contained in:
@@ -85,6 +85,9 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
'School is running on time. '
|
'School is running on time. '
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if is_state('input_boolean.kallen_band_practice','on') %}
|
||||||
|
'You have band practice this morning before school. '
|
||||||
|
{% endif %}
|
||||||
<s>School today starts at {{ (state_attr('input_datetime.school_day_start','timestamp') | int | timestamp_custom('%I:%M %p' , False)) }}</s>
|
<s>School today starts at {{ (state_attr('input_datetime.school_day_start','timestamp') | int | timestamp_custom('%I:%M %p' , False)) }}</s>
|
||||||
<s>Pickup today will be at {{(state_attr('input_datetime.school_day_end', 'timestamp') | int | timestamp_custom('%I:%M %p', False)) }}</s>
|
<s>Pickup today will be at {{(state_attr('input_datetime.school_day_end', 'timestamp') | int | timestamp_custom('%I:%M %p', False)) }}</s>
|
||||||
{% if 'Early Release' in states('sensor.school_event') %}
|
{% if 'Early Release' in states('sensor.school_event') %}
|
||||||
|
|||||||
Reference in New Issue
Block a user