Add auto discovery to HEOS (#3056)
authorTom Matheussen <13683094+Tommatheussen@users.noreply.github.com>
Mon, 2 Feb 2026 10:28:08 +0000 (11:28 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Feb 2026 10:28:08 +0000 (11:28 +0100)
commit1a065223069ca21592cddc12ec7e193aead87145
tree1cb137eb93e0e7f79c775085351878b12ebb61ea
parent1185e77e2d9c72d0cd5b21d0561f245cd857b4a9
Add auto discovery to HEOS (#3056)

* Adjust player registration and availability state

* Discover controller via mDNS

* Add some logging, fix possible None references

* Review adjustments

* Minor docstring update

* Move manual config to advanced section
music_assistant/providers/heos/__init__.py
music_assistant/providers/heos/player.py
music_assistant/providers/heos/provider.py