Skip to content

Commit 45f7090

Browse files
vaidyasmfrenck
authored andcommitted
Update Documentation for 'Squeezebox' Media Player Component Configuration (home-assistant#7031)
1 parent eb56ae1 commit 45f7090

File tree

1 file changed

+19
-6
lines changed

1 file changed

+19
-6
lines changed

source/_components/media_player.squeezebox.markdown

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,25 @@ media_player:
2525
host: IP_ADDRESS
2626
```
2727
28-
Configuration variables:
29-
30-
- **host** (*Required*): The host name or address of the Logitech Media Server, eg. 192.168.1.21.
31-
- **port** (*Optional*): Web interface port to Logitech Media Server. Defaults to 9000.
32-
- **username** (*Optional*): The username, if password protection is enabled.
33-
- **password** (*Optional*): The password, if password protection is enabled.
28+
{% configuration %}
29+
host:
30+
description: The host name or address of the Logitech Media Server, eg. 192.168.1.21.
31+
required: true
32+
type: string
33+
port:
34+
description: The web interface port to Logitech Media Server.
35+
required: false
36+
default: 9000
37+
type: integer
38+
username:
39+
description: The username, if password protection is enabled.
40+
required: false
41+
type: string
42+
password:
43+
description: The password, if password protection is enabled.
44+
required: false
45+
type: string
46+
{% endconfiguration %}
3447
3548
<p class='note'>This platform now uses the web interface of the Logitech Media Server to send commands. The default port of the web interface is 9000. It is the same port that you use to access the LMS through your web browser. Originally, this platform used the telnet interface, which defaults to 9090. If you previously specified the port in your configuration file, you will likely need to update it.</p>
3649

0 commit comments

Comments
 (0)