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: parameters:
description: > description: >
Array of additional parameters to pass to Logitech Media Server (p1, ..., pN in the CLI documentation). 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: call_query:
description: > description: >
Call a custom Squeezebox JSONRPC API. Result will be stored in 'query_result' attribute of the Squeezebox entity. 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: parameters:
description: > description: >
Array of additional parameters to pass to Logitech Media Server (p1, ..., pN in the CLI documentation). 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: sync:
description: > description: >
Add another player to this player's sync group. If the other player is already in a sync group, it will leave it. Add another player to this player's sync group. If the other player is already in a sync group, it will leave it.