hass-core/homeassistant/components/nextdns/manifest.json
Maciej Bieniek e764afecac
Bump nextdns to version 3.1.0 (#120703)
Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
2024-06-27 23:12:20 +02:00

12 lines
332 B
JSON

{
"domain": "nextdns",
"name": "NextDNS",
"codeowners": ["@bieniu"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/nextdns",
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["nextdns"],
"quality_scale": "platinum",
"requirements": ["nextdns==3.1.0"]
}