From b74711793e76185cee650fdf223a410997ee85a8 Mon Sep 17 00:00:00 2001 From: gngj Date: Thu, 31 Oct 2019 21:32:05 +0200 Subject: [PATCH] Fill services.yaml for squeezebox (#28247) * fill services.yaml for squeezebox * Minor fix --- homeassistant/components/squeezebox/services.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/homeassistant/components/squeezebox/services.yaml b/homeassistant/components/squeezebox/services.yaml index e69de29bb2d..05c7de07f42 100644 --- a/homeassistant/components/squeezebox/services.yaml +++ b/homeassistant/components/squeezebox/services.yaml @@ -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="] +