core/homeassistant/components/adguard/manifest.json

12 lines
314 B
JSON

{
"domain": "adguard",
"name": "AdGuard Home",
"codeowners": ["@frenck"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/adguard",
"integration_type": "service",
"iot_class": "local_polling",
"loggers": ["adguardhome"],
"requirements": ["adguardhome==0.6.1"]
}