From f2ff4358768698cae497c8bed9dc10ef8130ef2d Mon Sep 17 00:00:00 2001 From: Carlo Costanzo Date: Sun, 23 Nov 2025 17:23:08 -0500 Subject: [PATCH] Add reminder for garbage day in garage automation script --- config/automation/Speech/garbage_day_garage.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/automation/Speech/garbage_day_garage.yaml b/config/automation/Speech/garbage_day_garage.yaml index 2459497b..7fd57229 100644 --- a/config/automation/Speech/garbage_day_garage.yaml +++ b/config/automation/Speech/garbage_day_garage.yaml @@ -23,6 +23,13 @@ {{ day in ['Wed', 'Sun'] }} action: + + # One inside reminder via Chromecasts (speech_engine targets living room) + - service: script.speech_engine + data: + call_garbage_day: 1 + value1: >- + Reminder: it's garbage day. Please take the cans to the curb before you leave. - variables: reminder_delays: [30, 60, 90] # cumulative delays to hit 30s, 90s, 180s @@ -49,3 +56,5 @@ Reminder: it's garbage day. {% if day == 'Wed' %}Both recycling and regular garbage go out today. {% endif %}Please take the cans to the curb before you leave. data: type: announce + +