I have HA 2021.12.10 installed. I am looking to upgrade to 2022.8.3
There is a Sonos breaking change in 2022.8 as described below:
“The sonos.join and sonos.unjoin services will be removed in 2022.8 in favor of the standard media_player.join and media_player.unjoin services.”
I cannot find any guidance on how to join Sonos speakers using the media_player.join
Below is an example script for the Sonos.join
`sonos_join_example:
sequence:
- service: sonos.join
data:
master: media_player.sonos_garage
entity_id: media_player.sonos_den - service: sonos.join
data:
master: media_player.sonos_garage
entity_id: media_player.living_room
mode
: single
alias: Sonos Join Example`
What is the media_player.join equivalent example?
Craig