Additional reminders for garbage collection
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user