Hello,
I have some Yamaha Musiccast devices and some Alexa Echo devices.
All of them are hooked up to my network and Home Assistant and they work seamlessly, when separated.
Now, I look for a solution to play Spotify everywhere on all devices, Musiccast and Alexa at the same time. Is this possible?
I have created a group with this code:
group:
Music:
name: "Music Players"
entities:
- media_player.yamaha_receiver_living_room
- media_player.oberschrank_main
- media_player.manfreds_echo_dot
- media_player.manfreds_echo_show_2
and it looks like this:
Never the less, when I look at my Spotify App the self created “music player group” does not show up, but all my devices as single players.
How can I link them all to one “spotify connect”-able device? Or is there a totally different solution I don’t see yet? Thank you!