music-assistant-server
Branch:dev-lidarr-plugin
Commit Details
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
Author
Tom Matheussen<[email protected]>
February 2, 2026 at 10:28 AM UTC
Committer
GitHub<[email protected]>
February 2, 2026 at 10:28 AM UTC
99additions
49deletions
3files changed
Parent commits
Changes
3 files
+99-49
Changed Files (3)
music_assistant/providers/heos/
music_assistant/providers/heos/__init__.py
music_assistant/providers/heos/player.py
+12-11
music_assistant/providers/heos/provider.py
+87-38