music-assistant-server

358 BJSON
manifest.json
358 B18 lines • json
1{
2  "type": "player",
3  "domain": "heos",
4  "stage": "beta",
5  "name": "HEOS",
6  "description": "Play to Denon & Marantz devices via HEOS.",
7  "codeowners": [
8    "@Tommatheussen"
9  ],
10  "requirements": [
11    "pyheos==1.0.6"
12  ],
13  "documentation": "https://music-assistant.io/player-support/heos/",
14  "mdns_discovery": [
15    "_heos-audio._tcp.local."
16  ]
17}
18