Initial commit
Some checks failed
Tests / test (3.13) (push) Failing after 23s
Tests / lint (push) Failing after 20s
Tests / hacs (push) Failing after 52s

Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
This commit is contained in:
2025-10-02 16:00:15 +01:00
commit d4cdcc04c0
25 changed files with 2650 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"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": [
"@your-username"
],
"requirements": [
"aiohttp>=3.8.0"
],
"config_flow": true,
"iot_class": "local_polling"
}