core/homeassistant/components/mpd/manifest.json

11 lines
269 B
JSON

{
"domain": "mpd",
"name": "Music Player Daemon (MPD)",
"codeowners": [],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mpd",
"iot_class": "local_polling",
"loggers": ["mpd"],
"requirements": ["python-mpd2==3.1.1"]
}