Skip to content

Commit

Permalink
Update squeezebox.markdown
Browse files Browse the repository at this point in the history
Remove reference to deprecated service calls `squeezebox.sync` and `squeezebox.unsync`. Use platform-level `media_player.join` and `media_player.unjoin` instead. See home-assistant/core#70962
  • Loading branch information
rajlaud authored Apr 28, 2022
1 parent cd39b57 commit e0ecb50
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions source/_integrations/squeezebox.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.
=======

0 comments on commit e0ecb50

Please sign in to comment.