fix: minor fixes
Some checks failed
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.10) (push) Failing after 32s
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.11) (push) Failing after 14s
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.12) (push) Failing after 15s
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.13) (push) Failing after 1m57s
🧪 Integration Testing / 🔧 Test Integration (2025.9.4, 3.9) (push) Failing after 28s
🛡️ Code Quality & Security Check / 🔍 Code Quality Analysis (push) Failing after 19s

Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
This commit is contained in:
2025-09-28 13:55:19 +01:00
parent e29f7c025b
commit 329de0de5d
6 changed files with 25 additions and 17 deletions

View File

@@ -1,13 +1,12 @@
{
"domain": "adguard_hub",
"name": "AdGuard Control Hub",
"codeowners": ["@your-gitea-username"],
"codeowners": ["@sq4ind"],
"config_flow": true,
"dependencies": [],
"documentation": "https://your-gitea-domain.com/your-username/adguard-control-hub",
"documentation": "https://git.sq4ind.eu/sq4ind/adguard-control-hub",
"integration_type": "hub",
"iot_class": "local_polling",
"issue_tracker": "https://your-gitea-domain.com/your-username/adguard-control-hub/issues",
"requirements": [
"aiohttp>=3.8.0"
],