From 355e29d220bb09262293d412aed7306bd1e1ac9d Mon Sep 17 00:00:00 2001 From: Greg Dowling Date: Tue, 27 Apr 2021 22:58:05 +0100 Subject: [PATCH] Remove roon join and unjoin services (#17600) --- source/_integrations/roon.markdown | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/source/_integrations/roon.markdown b/source/_integrations/roon.markdown index a7a283def9c..34f11e9ca39 100644 --- a/source/_integrations/roon.markdown +++ b/source/_integrations/roon.markdown @@ -40,24 +40,6 @@ Roon uses a path based on the roon browser hierarchy to specify which media to p For example to play the album Harvest by Neil Young you should set `media_content_id` to `Library/Artists/Neil Young/Harvest` and to play BBC Radio 4 you would set `media_content_id` to `My Live Radio/BBC Radio 4` -### Service `roon.join` - -Group players together. - -| Service data attribute | Optional | Description | -| ---------------------- | -------- | ----------- | -| `entity_id` | yes | ID of the player that will be the master of the group. -| `join_ids` | no | id(s) of the players that will join the master. - -### Service `roon.unjoin` - -Remove players from a group. - -| Service data attribute | Optional | Description | -| ---------------------- | -------- | ----------- | -| `entity_id` | yes | ID of the player that is the master of the group. -| `unlink_name` | yes | id(s) of the players that will be unjoined from the group. If not specified, all players will be unjoined from the master. - ### Service `roon.transfer` Transfer playback from one player to another.