Let's see if I can plan garbage collection eh?

This commit is contained in:
2023-05-06 04:52:40 -04:00
parent 82dbb7baea
commit eba66b4d79
5 changed files with 107 additions and 0 deletions

View File

@ -156,6 +156,18 @@
{% endif %}
</p>
<p>
{% if count_the_days('calendar.garbage_collection','start_time') == 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 %}
Tomorrow is regular garbage pickup. Make sure that all trash cans are emptied and the outside bin has been wheeled to the curb.
{% endif %}
{% elif is_state('calendar.garbage_collection','on') %}
Today is garbage day. If the garbage has already been picked up at this time, please wheel the garbage bin back to the house.
{% endif %}
</p>
<p>
{% from 'sports.jinja' import sports_pregame, sports_main %}
{% if is_state('input_boolean.sports_updates','on') %}