Files
adguard-control-hub/custom_components/adguard_control_hub/manifest.json
Rafal Zielinski d4cdcc04c0
Some checks failed
Tests / test (3.13) (push) Failing after 23s
Tests / lint (push) Failing after 20s
Tests / hacs (push) Failing after 52s
Initial commit
Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
2025-10-02 16:00:15 +01:00

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