From d9f53190be1c035b97737b058d90e6465130799b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 9 Sep 2015 10:50:18 +0200 Subject: [PATCH] Add variables description --- source/components/media_player.squeezebox.markdown | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/source/components/media_player.squeezebox.markdown b/source/components/media_player.squeezebox.markdown index af69465f39e..0004014e539 100644 --- a/source/components/media_player.squeezebox.markdown +++ b/source/components/media_player.squeezebox.markdown @@ -20,7 +20,13 @@ media_player: platform: squeezebox host: 192.168.1.21 port: 9090 - username: user - password: password + username: USERNAME + password: PASSWORD ``` +Configuration variables: + +- **host** *Required*: The host name or address of the Logitech Media Server. +- **port** *Optional*: Telnet port to Logitech Media Server, default 9090. +- **username** *Optional*: The username, if password protection is enabled. +- **password** *Optional*: The password, if password protection is enabled.