From e692f2acd260c2a94c0d200559d57e3d0233e566 Mon Sep 17 00:00:00 2001 From: Raj Laud <50647620+rajlaud@users.noreply.github.com> Date: Mon, 23 May 2022 09:16:20 -0400 Subject: [PATCH] Update squeezebox.markdown (#22551) --- source/_integrations/squeezebox.markdown | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/source/_integrations/squeezebox.markdown b/source/_integrations/squeezebox.markdown index 1d47aaf0ae8..181d6c39f91 100644 --- a/source/_integrations/squeezebox.markdown +++ b/source/_integrations/squeezebox.markdown @@ -80,21 +80,3 @@ This service can be used to integrate a Squeezebox query into an automation. For `hass.services.call("squeezebox", "call_query", { "entity_id": "media_player.kitchen", "command": "albums", "parameters": ["0", "20", "search:beatles", "tags:al"] })` To work with the results: `result = hass.states.get("media_player.kitchen").attributes['query_result']` - -### Service `sync` - -Add another player to this player's sync group. If the other player is already in a sync group, it will leave it. - -| Service data attribute | Optional | Description | -| ---------------------- | -------- | ----------- | -| `entity_id` | no | Name(s) of the Squeezebox entities where to run the API method. -| `other_player` | no | Name of the other Squeezebox player to join the sync group. - -### Service `unsync` - -Remove this player from its sync group. - -| Service data attribute | Optional | Description | -| ---------------------- | -------- | ----------- | -| `entity_id` | no | Name(s) of the Squeezebox entities where to run the API method. -=======