Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions homeassistant/components/squeezebox/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ call_method:
parameters:
description: >
Array of additional parameters to pass to Logitech Media Server (p1, ..., pN in the CLI documentation).
example: ["loadtracks", "album.titlesearch="]
example: '["loadtracks", "album.titlesearch=Revolver"]'
call_query:
description: >
Call a custom Squeezebox JSONRPC API. Result will be stored in 'query_result' attribute of the Squeezebox entity.
Expand All @@ -24,7 +24,7 @@ call_query:
parameters:
description: >
Array of additional parameters to pass to Logitech Media Server (p1, ..., pN in the CLI documentation).
example: ["0", "20", "Revolver"]
example: '["0", "20", "search:Revolver"]'
sync:
description: >
Add another player to this player's sync group. If the other player is already in a sync group, it will leave it.
Expand Down