From 2b9079a5cbacc9f78b6b53fb48dc165480591afd Mon Sep 17 00:00:00 2001 From: rajlaud <50647620+rajlaud@users.noreply.github.com> Date: Mon, 22 Jun 2020 10:25:50 -0500 Subject: [PATCH] Update documentation for squeezebox integration for config flow (#13452) Co-authored-by: Franck Nijhof --- source/_integrations/squeezebox.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/_integrations/squeezebox.markdown b/source/_integrations/squeezebox.markdown index e9188acf49f..082db00c726 100644 --- a/source/_integrations/squeezebox.markdown +++ b/source/_integrations/squeezebox.markdown @@ -10,9 +10,11 @@ ha_codeowners: - '@rajlaud' --- -The `squeezebox` platform allows you to control a [Logitech Squeezebox](https://en.wikipedia.org/wiki/Squeezebox_%28network_music_player%29) 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](http://softsqueeze.sourceforge.net/), [SqueezePlayer](https://play.google.com/store/apps/details?id=de.bluegaspode.squeezeplayer) and [SqueezeSlave](https://forums.slimdevices.com/showthread.php?93607-ANNOUNCE-Squeezeslave-1-2-released). +The Squeezebox integration allows you to control a [Logitech Squeezebox](https://en.wikipedia.org/wiki/Squeezebox_%28network_music_player%29) 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 [Squeezelite](https://github.com/ralph-irving/squeezelite), [SoftSqueeze](http://softsqueeze.sourceforge.net/), [SqueezePlayer](https://play.google.com/store/apps/details?id=de.bluegaspode.squeezeplayer) and [SqueezeSlave](https://forums.slimdevices.com/showthread.php?93607-ANNOUNCE-Squeezeslave-1-2-released). -To add your Squeezebox player to your installation, add the following to your `configuration.yaml` file: +The preferred method to install the Squeezebox integration is through the "Configuration" panel on the left hand side of the frontend. In the "Configuration" panel, choose "Integrations", click the "+" icon in the lower right-hand corner, and choose "Logitech Squeezebox" from the list of new integrations. + +Although using the `configuration.yaml` file to set up this integration is now deprecated, it continues to work: ```yaml # Example configuration.yaml entry @@ -42,7 +44,7 @@ password: {% endconfiguration %}
-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. +This platform 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.
The Logitech Transporter which have two digital inputs can be activated using a script. The following example turns on the Transporter and activates the toslink input interface: