From beb7a7c194c68be1c251f486e557f394605f6c71 Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 13 Oct 2022 19:51:50 -0400 Subject: [PATCH] Garbage day awareness #52 --- templates/speech/nightly_briefing.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/speech/nightly_briefing.yaml b/templates/speech/nightly_briefing.yaml index 22be05c..87283c8 100644 --- a/templates/speech/nightly_briefing.yaml +++ b/templates/speech/nightly_briefing.yaml @@ -31,6 +31,14 @@ {% endif %}

+ {% 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 %} +

"Bedroom climate scheduling will be as follows. " {% if is_state('input_boolean.master_bedroom_aircon_installed','on') %}