Skip to content

Commit f2ff435

Browse files
committed
Add reminder for garbage day in garage automation script
1 parent 69c978c commit f2ff435

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

config/automation/Speech/garbage_day_garage.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
{{ day in ['Wed', 'Sun'] }}
2424
2525
action:
26+
27+
# One inside reminder via Chromecasts (speech_engine targets living room)
28+
- service: script.speech_engine
29+
data:
30+
call_garbage_day: 1
31+
value1: >-
32+
Reminder: it's garbage day. Please take the cans to the curb before you leave.
2633
- variables:
2734
reminder_delays: [30, 60, 90] # cumulative delays to hit 30s, 90s, 180s
2835

@@ -49,3 +56,5 @@
4956
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.
5057
data:
5158
type: announce
59+
60+

0 commit comments

Comments
 (0)