1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-31 00:22:12 +00:00
Files
core/homeassistant/components/mpd/manifest.json
2021-04-15 10:21:38 +02:00

9 lines
233 B
JSON

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