Additional reminders for garbage collection

This commit is contained in:
2022-10-25 13:20:47 -04:00
parent e00483aeb4
commit 939d731c69
3 changed files with 17 additions and 0 deletions

View File

@ -142,6 +142,13 @@
'Do not forget to bring the trash can back from the curb.',
'The trash can will feel lonely if you leave it at the curb all night.'
] | random }}
{% elif gc == 6 %}
{% if is_state('binary_sensor.morning','on') or is_state('binary_sensor.midday','on') %}
{{ [
'If you have not already, please remember to bring the garbage can back from the sidewalk.',
'Just in case you forgot, it is time to bring the garbage can back to the house before it gets lonely.'
] | random }}
{% endif %}
{% endif %}
</p>