Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix examples in services.yaml for squeezebox component #35548

Merged
merged 1 commit into from May 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions homeassistant/components/squeezebox/services.yaml
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