core/homeassistant/components/mpd/manifest.json

10 lines
246 B
JSON
Raw Normal View History

{
"domain": "mpd",
"name": "Music Player Daemon (MPD)",
"codeowners": [],
2023-02-08 19:38:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/mpd",
"iot_class": "local_polling",
2023-02-08 19:38:43 +00:00
"loggers": ["mpd"],
"requirements": ["python-mpd2==3.0.5"]
}