Update doc

This commit is contained in:
Fabian Affolter 2015-10-23 18:12:06 +02:00
parent 588f6c23a2
commit c109b82498

View File

@ -18,7 +18,7 @@ To add your Squeezebox to your installation, add the following to your `configur
# Example configuration.yaml entry # Example configuration.yaml entry
media_player: media_player:
platform: squeezebox platform: squeezebox
host: 192.168.1.21 host: IP_ADDRESS
port: 9090 port: 9090
username: USERNAME username: USERNAME
password: PASSWORD password: PASSWORD
@ -26,7 +26,7 @@ media_player:
Configuration variables: Configuration variables:
- **host** *Required*: The host name or address of the Logitech Media Server. - **host** *Required*: The host name or address of the Logitech Media Server, eg. 192.168.1.21.
- **port** *Optional*: Telnet port to Logitech Media Server, default 9090. - **port** *Optional*: Telnet port to Logitech Media Server, default 9090.
- **username** *Optional*: The username, if password protection is enabled. - **username** *Optional*: The username, if password protection is enabled.
- **password** *Optional*: The password, if password protection is enabled. - **password** *Optional*: The password, if password protection is enabled.