Fix examples in services.yaml for squeezebox component (#35548)
This commit is contained in:
parent
13ff5862d1
commit
79a313d505
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue