mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 05:03:59 +01:00
13 lines
330 B
JSON
13 lines
330 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": "bronze",
|
|
"requirements": ["nextdns==4.1.0"]
|
|
}
|