Files
mega_hacs/custom_components/mega/manifest.json
Викторов Андрей Германович ca3f90374b Bump version: 1.1.501 → 1.1.502b0
2023-08-14 20:37:08 +03:00

19 lines
394 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.1.502b0"
}