K's school status briefing is now aware of band practice #45

This commit is contained in:
2022-09-26 17:59:15 -04:00
parent 9ee41ab9b2
commit a12ba33c35

View File

@ -17,6 +17,9 @@
{% endif %} {% endif %}
{% if is_state('input_boolean.school_today','on') %} {% if is_state('input_boolean.school_today','on') %}
{% if is_state('input_boolean.kallen_band_practice','on') %}
"You have band practice this morning before school. "
{% endif %}
"Your school day will start at {{ (state_attr('input_datetime.school_day_start','timestamp') | int | timestamp_custom('%I:%M %p' , False)) }}. " "Your school day will start at {{ (state_attr('input_datetime.school_day_start','timestamp') | int | timestamp_custom('%I:%M %p' , False)) }}. "
"Your school day will end at {{(state_attr('input_datetime.school_day_end', 'timestamp') | int | timestamp_custom('%I:%M %p', False)) }}. " "Your school day will end at {{(state_attr('input_datetime.school_day_end', 'timestamp') | int | timestamp_custom('%I:%M %p', False)) }}. "
{% endif %} {% endif %}