Hello, is it possible to add a Sonos Arc to Home Assistant using the configuration.yaml?
I’m running hassosova 2021.9.6 on Proxmox in network 192.168.1.0/24 and do have a Sonos Arc connected to network 192.168.42.0/24. Sonos integration doesn’t find it and adding a second Network to my Home Assistant just causes network problems…
My router between the two networks is a PfSense v2.5.1 and doesnt block any traffic.
Edit: After reading the docs again, I saw the “advanced” topic which solves my problem:
“You can disable auto-discovery by specifying the Sonos IP addresses:”
# Example configuration.yaml entry with manually specified Sonos IP addresses
sonos:
media_player:
hosts:
- 192.0.2.25
- 192.0.2.26
- 192.0.2.27