Files
mega_hacs/custom_components/mega/manifest.json
Викторов Андрей Германович c4aae6b3ec Bump version: 1.0.10b8 → 1.0.10b9
2021-10-28 16:41:39 +03:00

19 lines
393 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.10b9"
}