K's nightly briefing is now aware of band practice #45
This commit is contained in:
@ -16,6 +16,13 @@
|
|||||||
'Because you have to get up early tomorrow for school.',
|
'Because you have to get up early tomorrow for school.',
|
||||||
'Because you want to be ready for school tomorrow.'
|
'Because you want to be ready for school tomorrow.'
|
||||||
] | random }}
|
] | random }}
|
||||||
|
{% if is_state('sensor.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. '
|
||||||
|
] | random }}
|
||||||
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set month=states("sensor.date").split('-')[1] | int %}
|
{% set month=states("sensor.date").split('-')[1] | int %}
|
||||||
{%- if is_state('input_boolean.school_in_session', 'off') -%}
|
{%- if is_state('input_boolean.school_in_session', 'off') -%}
|
||||||
|
Reference in New Issue
Block a user