Add variables description

This commit is contained in:
Fabian Affolter 2015-09-09 10:50:18 +02:00
parent 7ab62d9d6b
commit d9f53190be

View File

@ -20,7 +20,13 @@ media_player:
platform: squeezebox platform: squeezebox
host: 192.168.1.21 host: 192.168.1.21
port: 9090 port: 9090
username: user username: USERNAME
password: password 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.