mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-06 11:08:59 +00:00
1.0 KiB
1.0 KiB
layout, title, description, date, sidebar, comments, sharing, footer
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Logitech Squeezebox support | Instructions how to integrate a Logitech Squeezebox into Home Assistant. | 2015-08-09 11:00 | false | false | true | true |

To add your Squeezebox to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
media_player:
platform: squeezebox
host: 192.168.1.21
port: 9090
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.