Remove band-related things because morning practice is no longer a thing

This commit is contained in:
2023-06-02 12:26:50 -04:00
parent 1ed47a8128
commit a09cdf292e
6 changed files with 3 additions and 64 deletions

View File

@ -18,14 +18,6 @@
'Because you have to get up early tomorrow for school.',
'Because you want to be ready for school tomorrow.'
] | random }}
{% if is_state('binary_sensor.kallen_band_tomorrow','on') %}
{{ [
'And you have band practice in the morning. ',
'And you have a date with a trombone first thing in the morning. ',
'And you want to be nice and energetic for blowing into a large brass tube first thing in the morning. '
'Tomorrow is an early morning, because you have to spit in a metal tube and make music. '
] | random }}
{% endif %}
{% else %}
{% set month=states("sensor.date").split('-')[1] | int %}
{%- if is_state('input_boolean.school_in_session', 'off') -%}