Some checks failed
🧪 Integration Testing / 🔧 Test Integration (2023.12.0, 3.11) (push) Successful in 2m11s
🧪 Integration Testing / 🔧 Test Integration (2023.12.0, 3.12) (push) Successful in 2m2s
🧪 Integration Testing / 🔧 Test Integration (2024.1.0, 3.11) (push) Successful in 1m4s
🧪 Integration Testing / 🔧 Test Integration (2024.1.0, 3.12) (push) Successful in 1m19s
🛡️ Code Quality & Security Check / 🔍 Code Quality Analysis (push) Failing after 56s
Signed-off-by: Rafal Zielinski <sq4ind@gmail.com>
15 lines
457 B
JSON
15 lines
457 B
JSON
{
|
|
"domain": "adguard_hub",
|
|
"name": "AdGuard Control Hub",
|
|
"codeowners": ["@your-gitea-username"],
|
|
"config_flow": true,
|
|
"dependencies": [],
|
|
"documentation": "https://your-gitea-domain.com/your-username/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"
|
|
],
|
|
"version": "1.0.0"
|
|
} |