From 2764d6b25c70e5559069ccaab86c468d1dc76beb Mon Sep 17 00:00:00 2001 From: Anders Melchiorsen Date: Wed, 10 Apr 2019 23:12:05 +0200 Subject: [PATCH] Fix Sonos join/unjoin tables (#9192) --- source/_components/sonos.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/sonos.markdown b/source/_components/sonos.markdown index 776d6fb7d73..2142e1f148d 100644 --- a/source/_components/sonos.markdown +++ b/source/_components/sonos.markdown @@ -57,6 +57,7 @@ A cloud queue cannot be restarted. This includes queues started from within Spot ### {% linkable_title Service `media_player.sonos_join` %} Group players together under a single coordinator. This will make a new group or join to an existing group. + | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | | `master` | no | A single `entity_id` that will become/stay the coordinator speaker. @@ -65,6 +66,7 @@ Group players together under a single coordinator. This will make a new group or ### {% linkable_title Service `media_player.sonos_unjoin` %} Remove one or more speakers from their group of speakers. If no `entity_id` is provided, all speakers are unjoined. + | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | | `entity_id` | no | String or list of `entity_id`s to separate from their coordinator speaker.