mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
12 lines
301 B
JSON
12 lines
301 B
JSON
{
|
|
"domain": "mpd",
|
|
"name": "Music Player Daemon (MPD)",
|
|
"codeowners": [],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/mpd",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["mpd"],
|
|
"requirements": ["python-mpd2==3.1.1"]
|
|
}
|