Files
adguard-control-hub/custom_components/adguard_hub/manifest.json

14 lines
336 B
JSON

{
"domain": "adguard_hub",
"name": "AdGuard Control Hub",
"codeowners": ["@sq4ind"],
"config_flow": true,
"dependencies": [],
"documentation": "https://git.sq4ind.eu/sq4ind/adguard-control-hub",
"integration_type": "hub",
"iot_class": "local_polling",
"requirements": [
"aiohttp>=3.8.0"
],
"version": "1.0.1"
}