mirror of
https://github.com/home-assistant/core.git
synced 2026-03-04 00:30:26 +00:00
Bump nextdns to version 3.0.0 Co-authored-by: Maciej Bieniek <478555+bieniu@users.noreply.github.com>
13 lines
332 B
JSON
13 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.0.0"]
|
|
}
|