hass-core/homeassistant/components/mvglive/manifest.json
Joost Lekkerkerker d7e33429e3
Disable MVG integration (#121975)
Disable MVGLive integration
2024-07-15 17:51:41 +02:00

10 lines
329 B
JSON

{
"domain": "mvglive",
"name": "MVG",
"codeowners": [],
"disabled": "This integration is disabled because it uses non-open source code to operate.",
"documentation": "https://www.home-assistant.io/integrations/mvglive",
"iot_class": "cloud_polling",
"loggers": ["MVGLive"],
"requirements": ["PyMVGLive==1.1.4"]
}