hass-core/homeassistant/components/nextdns/manifest.json
Maciej Bieniek 9f240d5bab
Bump NextDNS backend library (#76300)
* Bump NextDNS backend library

* Update tests

* Update diagnostics tests

* Use fixtures
2022-08-08 07:52:36 -07:00

10 lines
268 B
JSON

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