Need help with HA 0.62.1 and squeezebox = No-Go

I have installed HA 0.62.1 in a Docker container on my QNAP NAS (Container Station 1.7.2569). Everything in HA works just fine (Apple TV, Netatmo, Chromecast etc., but getting LMS (Squeezebox) to work fails. I have no passw/user set up for LMS and it uses the default web port 9000.
My yaml config is simply:

media_player:
** - platform: squeezebox**
** host: 192.168.XX.YY**

Nothing shows up in the HA State list, and my HA log file says:

_ERROR (MainThread) [homeassistant.components.media_player.squeezebox] Failed communicating with LMS: <class 'concurrent.futures.base.TimeoutError’

[Solved]
I found the solution; Logitech Media Server has no interface with HA by itself, and does not not need one either. The connected players serve as connectors the Media Server, and they are all autodiscovered by HA (at least all mine were). I just didn’t understand it.

I’m using the same setup and mine is working fine for me.Here’s my config

  • platform: squeezebox
    host: 192.168.X.X
    port: XXXX
    name: Logitech Media Server

Well, that’s good! But you do have media_player (as defined in the guide) also?

Do you have username and password set on your LMS?

No (as I wrote in my first post).