I'm really out here forgetting how to code for summer vacation...

This commit is contained in:
2023-06-01 14:31:58 -04:00
parent 27a3a9a105
commit ba429431d9

View File

@@ -47,6 +47,7 @@
</p> </p>
<p> <p>
{% if is_state('input_boolean.school_in_session','on') %}
{% if is_state('input_boolean.kallen_school_today', 'on') %} {% if is_state('input_boolean.kallen_school_today', 'on') %}
{% if count_the_days('input_datetime.school_first_day') | int == 0 %} {% if count_the_days('input_datetime.school_first_day') | int == 0 %}
Today is the first day of school! Today is the first day of school!
@@ -168,6 +169,7 @@
'Until the last day of school.' 'Until the last day of school.'
] | random }} ] | random }}
{%- endif %} {%- endif %}
{% endif %}
{% if is_state ('input_boolean.kallen_school_today', 'off') and is_state('sensor.pirateweather_icon', 'snow') %} {% if is_state ('input_boolean.kallen_school_today', 'off') and is_state('sensor.pirateweather_icon', 'snow') %}
Do you wanna build a snowman? It is snowing! Do you wanna build a snowman? It is snowing!