1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 13:38:04 +00:00
Files
core/homeassistant/components/mpd/manifest.json
2024-01-16 23:01:01 +01:00

10 lines
246 B
JSON

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