Various briefing tweaks and fixes
This commit is contained in:
@ -160,7 +160,7 @@
|
||||
|
||||
<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