I had a spotify script that was working to play music on my Echo devices. I did the most recent upgrade (from 0.108 to 0.109) and it now won’t play anything. I get the following log message:
but if I check the entities section it is there:
I did a search for breaking changes but couldn’t see anything. Any ideas?
Do you use docker without network mode host by any chance?
I do use docker however I’m a dunce and have no idea what network mode host is!
I used a very basic set up. My portainer reports this for the connected networks section if that is of any use?
There is a change in latest version of home assistant that breaks cast discovery of media players if you use docker without network mode host.
Click inspect in portainer on home assistant, then look under “hostconfig” then under networkmode".
Inspect
+ Hostconfig
+ Networkmode: host
Or look under integration cast in home assistant configuration gui.
Yup, looking under there and it is says Networkmode: host.
Edit: and I decided to randomly give it another try just now as had to very briefly take down the network earlier and it has started working again!
1 Like
mark your reply as “solution” so people know your problem is solved.