Files
mega_hacs/custom_components/mega/manifest.json
Andrey 84f677656a add hex_to_float option
add auto config reload on megad restart
fix reloading issues
2021-03-05 11:02:49 +03:00

19 lines
408 B
JSON

{
"domain": "mega",
"name": "mega",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/mega_hacs",
"requirements": [
"beautifulsoup4",
"lxml"
],
"ssdp": [],
"zeroconf": [],
"homekit": {},
"after_dependencies": ["mqtt"],
"codeowners": [
"@andvikt"
],
"issue_tracker": "https://github.com/andvikt/mega_hacs/issues",
"version": "v0.6.3b1"
}