From b138004a38e978ba210686f501274ce1fd187dd4 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Tue, 24 Jun 2025 13:09:24 -0400 Subject: [PATCH] Update Alexa announcement service to include multiple media players --- automations.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/automations.yaml b/automations.yaml index 14320f1..bd0b199 100644 --- a/automations.yaml +++ b/automations.yaml @@ -1246,8 +1246,15 @@ "13:30:00": "Time to read a book or listen to a story." "14:00:00": "Let’s move! Try a Minecraft brain break!" "14:30:00": "Time to relax with mindfulness or yoga." - - service: notify.alexa_media_living_room + - service: notify.alexa_media data: + target: + - media_player.living_room + - media_player.jordyn_s_room + - media_player.chloe_s_room + - media_player.declan_s_room + - media_player.kitchen message: "{{ messages[now().strftime('%H:%M:%S')] }}" data: type: announce + method: all