music-assistant-server

480 BJSON
manifest.json
480 B15 lines • json
1{
2  "type": "plugin",
3  "domain": "hass",
4  "stage": "stable",
5  "name": "Home Assistant",
6  "description": "Connects Music Assistant with Home Assistant for automation, integration, and enhanced smart-home control.",
7  "codeowners": ["@music-assistant"],
8  "credits": ["[hass-client](https://github.com/music-assistant/python-hass-client)"],
9  "documentation": "",
10  "multi_instance": false,
11  "builtin": false,
12  "icon": "md:webhook",
13  "requirements": ["hass-client==1.2.0"]
14}
15