Files
mega_hacs/custom_components/mega/manifest.json
Викторов Андрей Германович b6349eece8 fix formating
2021-08-26 08:40:35 +03:00

19 lines
392 B
JSON

{
"domain": "mega",
"name": "mega",
"config_flow": true,
"documentation": "https://github.com/andvikt/mega_hacs",
"requirements": [
"beautifulsoup4",
"lxml"
],
"ssdp": [],
"zeroconf": [],
"homekit": {},
"after_dependencies": ["mqtt"],
"codeowners": [
"@andvikt"
],
"issue_tracker": "https://github.com/andvikt/mega_hacs/issues",
"version": "v1.0.9b2"
}