Various briefing tweaks and fixes
This commit is contained in:
@ -4,7 +4,6 @@
|
||||
{% from 'speech.jinja' import dadjoke %}
|
||||
{% from 'time.jinja' import input_datetime_12hr %}
|
||||
{% from 'status.jinja' import emma_sleep %}
|
||||
{% from 'formatting.jinja' import cleanup %}
|
||||
{% from 'easy_time.jinja' import count_the_days %}
|
||||
<p>
|
||||
"Welcome home, "
|
||||
@ -152,12 +151,12 @@
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{{ cleanup(emma_sleep()) }}
|
||||
{{ emma_sleep() }}
|
||||
</p>
|
||||
|
||||
<p>
|
||||
{% if state_attr('calendar.garbage_collection','start_time') != none %}
|
||||
{% if count_the_days('calendar.garbage_collection','start_time') == 1 %}
|
||||
{% if count_the_days('calendar.garbage_collection','start_time') | int == 1 %}
|
||||
{% if state_attr('calendar.garbage_collection','message') == 'Large Garbage Pickup' %}
|
||||
Tomorrow is the monthly unlimited garbage pickup. Make sure to take out all regular trash, as well as any larger items that need to be disposed of.
|
||||
{% else %}
|
||||
|
Reference in New Issue
Block a user