Added some humor to the briefings

This commit is contained in:
2022-12-21 16:56:43 -05:00
parent 5e25e79982
commit 60a5164bc4
5 changed files with 20 additions and 1 deletions

View File

@ -156,7 +156,6 @@
'until Halloween. It might not be enough time.',
'until you need a costume.'
] | random }}
{% else %}
{% endif %}
{% if states.sensor.christmas_countdown.state | int == 1 %}
@ -601,6 +600,10 @@
{% endif %}
</p>
<p>
Here is a random dad joke <break time="1s"/> {{ states('sensor.random_joke') }}
</p>
<p>
{% if is_state('input_boolean.briefing_extras','on') %}
"And now we have the following extra information to pass along. {{ states('input_text.briefing_extras') }} "

View File

@ -95,6 +95,10 @@
] | random }}
</p>
<p>
Just for you, here is a random dad joke <break time="1s"/> {{ states('sensor.random_joke') }}
</p>
<p>
{% if is_state('input_boolean.kallen_briefing_extras','on') %}
"And now we have the following extra information to pass along. {{ states('input_text.kallen_briefing_extras') }} "

View File

@ -231,6 +231,10 @@
{% endif %}
</p>
<p>
Here is a random dad joke <break time="1s"/> {{ states('sensor.random_joke') }}
</p>
<p>
{% if is_state('input_boolean.briefing_extras','on') %}
"And now we have the following extra information to pass along. {{ states('input_text.briefing_extras') }} "

View File

@ -388,6 +388,10 @@
{% endif %}
</p>
<p>
Here is a random dad joke <break time="1s"/> {{ states('sensor.random_joke') }}
</p>
<p>
{% if is_state('input_boolean.briefing_extras','on') %}
"And now we have the following extra information to pass along. {{ states('input_text.briefing_extras') }} "

View File

@ -157,6 +157,10 @@
{% endif %}
</p>
<p>
Here is a random dad joke <break time="1s"/> {{ states('sensor.random_joke') }}
</p>
<p>
{% if is_state('input_boolean.briefing_extras','on') %}
"And now we have the following extra information to pass along. {{ states('input_text.briefing_extras') }} "