Fill services.yaml for squeezebox (#28247)

* fill services.yaml for squeezebox

* Minor fix
pull/28403/head
gngj 2019-10-31 21:32:05 +02:00 committed by Fabian Affolter
parent abbf6595bb
commit b74711793e
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
squeezebox_call_method:
description: Call a custom Squeezebox JSONRPC API.
fields:
entity_id:
description: Name(s) of the Squeezebox entities where to run the API method.
example: 'media_player.squeezebox_radio'
command:
description: Command to pass to Logitech Media Server (p0 in the CLI documentation).
example: 'playlist'
parameters:
description: Array of additional parameters to pass to Logitech Media Server (p1, ..., pN in the CLI documentation).
example: ["loadtracks", "album.titlesearch="]