mirror of https://github.com/home-assistant/core
12 lines
301 B
JSON
12 lines
301 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"],
|
|
"requirements": ["nextdns==4.0.0"]
|
|
}
|