hass-core/homeassistant/components/adguard/manifest.json
Franck Nijhof 5b39a08feb
Update adguardhome to 0.6.2 (#102582)
Update adguard to 0.6.2
2023-10-23 14:47:43 +02:00

11 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.2"]
}