I'm really out here forgetting how to code for summer vacation...
This commit is contained in:
@ -47,6 +47,7 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{% if is_state('input_boolean.school_in_session','on') %}
|
||||
{% if is_state('input_boolean.kallen_school_today', 'on') %}
|
||||
{% if count_the_days('input_datetime.school_first_day') | int == 0 %}
|
||||
Today is the first day of school!
|
||||
@ -168,6 +169,7 @@
|
||||
'Until the last day of school.'
|
||||
] | random }}
|
||||
{%- endif %}
|
||||
{% endif %}
|
||||
|
||||
{% 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!
|
||||
|
Reference in New Issue
Block a user