Remove band-related things because morning practice is no longer a thing
This commit is contained in:
@ -73,14 +73,6 @@
|
||||
'Unfortunately, your school has not decided to embrace to power of sleep. They are running on time today. ',
|
||||
] | random }}
|
||||
{% endif %}
|
||||
{% if is_state('input_boolean.kallen_band_practice','on') %}
|
||||
{{ [
|
||||
'You have band practice this morning before school. ',
|
||||
'You have a date with a trombone in just a short while. ',
|
||||
'You get to practice avoiding eighth position today. ',
|
||||
'I know it is early, but you had better pucker up because you have to spit in a metal tube and make music today. '
|
||||
] | random }}
|
||||
{% endif %}
|
||||
{% if is_state('input_boolean.kallen_school_early_release','on') %}
|
||||
{{ [
|
||||
"And it is early dismissal today!",
|
||||
|
@ -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') -%}
|
||||
|
@ -18,9 +18,6 @@
|
||||
{% endif %}
|
||||
|
||||
{% if is_state('input_boolean.kallen_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 {{ input_datetime_12hr('input_datetime.kallen_school_day_start') }}. "
|
||||
{% if is_state('input_boolean.kallen_school_early_release','on') %}
|
||||
"There will be early dismissal today. "
|
||||
|
@ -25,11 +25,7 @@
|
||||
<p>
|
||||
{{ tonyStatusReport('stream','tts') }}
|
||||
{% if is_state('binary_sensor.kallen_school_tomorrow','on') %}
|
||||
{% if is_state('binary_sensor.kallen_band_tomorrow','on') %}
|
||||
"Collin has school tomorrow, and there will be band practice in the morning at {{ read_time_from_calendar('calendar.kallen_school_days','start_time') }}. "
|
||||
{% else %}
|
||||
"Collin has school tomorrow at {{ read_time_from_calendar('calendar.kallen_school_days','start_time') }}. "
|
||||
{% endif %}
|
||||
"Collin has school tomorrow at {{ read_time_from_calendar('calendar.kallen_school_days','start_time') }}. "
|
||||
{% else %}
|
||||
"Collin does not have school tomorrow. "
|
||||
{% endif %}
|
||||
|
@ -39,14 +39,6 @@
|
||||
'Do not forget to do your homework! ',
|
||||
'You must be glad that your school day is over! '
|
||||
] | random }}
|
||||
{% if is_state('input_boolean.kallen_band_practice','on') %}
|
||||
{{ [
|
||||
'I hope you also enjoyed band practice this morning! ',
|
||||
'I hope the trombone treated you well this morning! ',
|
||||
'Band geeks are the best geeks! ',
|
||||
'You did not achieve eighth position this morning, did you? ',
|
||||
] | random }}
|
||||
{% endif %}
|
||||
{% elif is_state('input_boolean.school_cancelled','on') and is_state('person.kallen_stork','home') %}
|
||||
"I hope you are enjoying your free day off from school, Collin. "
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user