1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/nextdns/manifest.json
2025-09-02 15:07:25 +02:00

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"]
}