06-13-2024 03:59 AM
Hello,
I have a problem with playing music on all my speakers.
I own 1 Nest Audio, 1 Nest Hub 2, and a Nest Mini 2.
I've created the speaker group 'Everywhere' and want to play a predefined playlist on shuffle via Spotify through a routine when I say 'Play music everywhere'.
It works, but only on the speaker I'm talking to.
It doesn't work at all via voice command.
I've tried both the routine via the Google Home app by creating a new automation and via script.
metadata:
name: music everywhere
description: Play music everywhere
automations:
- starters:
- type: assistant.event.OkGoogle
eventData: query
is: Play music everywhere
actions:
- type: device.command.SetVolume # Set the volume of a given device.
volumeLevel: 25
devices:
- Nest Mini Bathroom - Bathroom
- Nest Audio Kitchen - Kitchen
- Nest Hub Bedroom - Bedroom
- type: assistant.command.OkGoogle
okGoogle: Play Summer Vibes 2024 on shuffle #Add Playlist
devices:
- Nest Mini Bathroom - Bathroom
- Nest Audio Kitchen - Kitchen
- Nest Hub Bedroom - Bedroom