Skip to content
Snippets Groups Projects
Commit 55718aac authored by Fabian Affolter's avatar Fabian Affolter
Browse files

Remove configuration details

parent 78014891
No related branches found
No related tags found
No related merge requests found
""" """
homeassistant.components.media_player.squeezebox homeassistant.components.media_player.squeezebox
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Provides an interface to the Logitech SqueezeBox API Provides an interface to the Logitech SqueezeBox API
Configuration: For more details about this platform, please refer to the documentation at
https://home-assistant.io/components/media_player.squeezebox
To use SqueezeBox add something something like the following to your
configuration.yaml file.
media_player:
platform: squeezebox
host: 192.168.1.21
port: 9090
username: user
password: password
Variables:
host
*Required
The host name or address of the Logitech Media Server.
port
*Optional
Telnet port to Logitech Media Server, default 9090.
usermame
*Optional
Username, if password protection is enabled.
password
*Optional
Password, if password protection is enabled.
""" """
import logging import logging
import telnetlib import telnetlib
import urllib.parse import urllib.parse
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment