Files
Rafal Zielinski 97fa9a7e50
Some checks failed
Tests / test (3.13) (push) Failing after 27s
Tests / lint (push) Failing after 16s
Tests / hacs (push) Failing after 30s
fix: small fixes (version/codeowner/relase.yaml)
Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
2025-10-02 16:21:27 +01:00

16 lines
409 B
JSON

{
"domain": "adguard_control_hub",
"name": "AdGuard Control Hub",
"version": "1.0.0",
"documentation": "https://github.com/your-username/adguard-control-hub",
"issue_tracker": "https://github.com/your-username/adguard-control-hub/issues",
"dependencies": [],
"codeowners": [
"@sq4ind"
],
"requirements": [
"aiohttp>=3.8.0"
],
"config_flow": true,
"iot_class": "local_polling"
}