Garbage day awareness #52
This commit is contained in:
@ -31,6 +31,14 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
{% set dow = as_timestamp(now()) | timestamp_custom('%A') %}
|
||||||
|
{% if dow == 'Monday' %}
|
||||||
|
"I hope that by now you have remembered to take the garbage can to the curb. "
|
||||||
|
{% endif %}
|
||||||
|
{% if dow == 'Tuesday' %}
|
||||||
|
"At this point you should have already done this, but make sure the garbage can is brought back to the house! "
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
"Bedroom climate scheduling will be as follows. "
|
"Bedroom climate scheduling will be as follows. "
|
||||||
{% if is_state('input_boolean.master_bedroom_aircon_installed','on') %}
|
{% if is_state('input_boolean.master_bedroom_aircon_installed','on') %}
|
||||||
|
Reference in New Issue
Block a user