core/homeassistant/components/mpd/manifest.json

13 lines
217 B
JSON

{
"domain": "mpd",
"name": "Mpd",
"documentation": "https://www.home-assistant.io/integrations/mpd",
"requirements": [
"python-mpd2==1.0.0"
],
"dependencies": [],
"codeowners": [
"@fabaff"
]
}