Fix examples in services.yaml for squeezebox component (#35548)

This commit is contained in:
rajlaud 2020-05-12 14:10:46 -05:00 committed by GitHub
parent 13ff5862d1
commit 79a313d505
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.