mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
Update squeezebox.markdown (#22551)
This commit is contained in:
parent
b89d94da3f
commit
e692f2acd2
@ -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.
|
||||
=======
|
||||
|
Loading…
x
Reference in New Issue
Block a user