home-assistant.io/source/_components/media_player.squeezebox.markdown
GreenTurtwig 78a5a4094b Squeezebox and group components
Added and improved the Squeezebox component.
Replaced "1" with "one" and added where the switch is located for the
group component.
2015-12-11 10:21:41 +00:00

1.4 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category
layout title description date sidebar comments sharing footer logo ha_category
component Logitech Squeezebox Instructions on how to integrate a Logitech Squeezebox player into Home Assistant. 2015-08-09 11:00 true false true true logitech.png Media Player

The Squeezebox platform allows you to control a Logitech Squeezebox music player from Home Assistant. This lets you control Squeezebox hardware like the Classic, Transporter, Duet, Boom, Radio and Touch and of software players like SoftSqueeze, SqueezePlayer and SqueezeSlave.

To add your Squeezebox player to your installation, add the following to your configuration.yaml file:

# Example configuration.yaml entry
media_player:
  platform: squeezebox
  host: IP_ADDRESS
  port: 9090
  username: USERNAME
  password: PASSWORD

Configuration variables:

  • 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.
  • username Optional: The username, if password protection is enabled.
  • password Optional: The password, if password protection is enabled.