Files
mega_hacs/custom_components/mega/manifest.json
2020-12-28 22:23:56 +03:00

19 lines
314 B
JSON

{
"domain": "mega",
"name": "mega",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mega",
"requirements": [
"beautifulsoup4",
"lxml"
],
"ssdp": [],
"zeroconf": [],
"homekit": {},
"dependencies": [
"mqtt"
],
"codeowners": [
"@andvikt"
]
}