Additional reminders for garbage collection
This commit is contained in:
@ -112,6 +112,11 @@
|
|||||||
'Do not forget to bring the trash can back from the curb.',
|
'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.'
|
'The trash can will feel lonely if you leave it at the curb all night.'
|
||||||
] | random }}
|
] | random }}
|
||||||
|
{% elif gc == 6 %}
|
||||||
|
{{ [
|
||||||
|
'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 %}
|
||||||
|
|
||||||
{% if is_state('binary_sensor.evening','on') %}
|
{% if is_state('binary_sensor.evening','on') %}
|
||||||
|
@ -137,6 +137,11 @@
|
|||||||
'Do not forget to bring the trash can back from the curb.',
|
'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.'
|
'The trash can will feel lonely if you leave it at the curb all night.'
|
||||||
] | random }}
|
] | random }}
|
||||||
|
{% elif gc == 6 %}
|
||||||
|
{{ [
|
||||||
|
'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>
|
</p>
|
||||||
|
|
||||||
|
@ -142,6 +142,13 @@
|
|||||||
'Do not forget to bring the trash can back from the curb.',
|
'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.'
|
'The trash can will feel lonely if you leave it at the curb all night.'
|
||||||
] | random }}
|
] | 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 %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user