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') %}