Added some humor to the briefings
This commit is contained in:
@ -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') }} "
|
||||
|
@ -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') }} "
|
||||
|
@ -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') }} "
|
||||
|
@ -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') }} "
|
||||
|
@ -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') }} "
|
||||
|
Reference in New Issue
Block a user