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.