core/homeassistant/components/adguard/manifest.json

11 lines
281 B
JSON

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