Add lunch menu to K's morning briefing
This commit is contained in:
@ -96,6 +96,7 @@
|
|||||||
{% if states.sensor.school_end_days2go.state | int == 0 -%}
|
{% if states.sensor.school_end_days2go.state | int == 0 -%}
|
||||||
But today is the last day of School!
|
But today is the last day of School!
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
The lunch menu for today is {{ states('sensor.lunch_menu_items') }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if is_state('input_boolean.school_today', 'off') %}
|
{% if is_state('input_boolean.school_today', 'off') %}
|
||||||
{% if is_state('input_boolean.kallen_school_cancelled','on') %}
|
{% if is_state('input_boolean.kallen_school_cancelled','on') %}
|
||||||
|
Reference in New Issue
Block a user