From 2a7af735e2ca3c1da2a76ffa88591a83f22dfe7b Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Mon, 4 Jul 2022 14:30:01 +0200 Subject: [PATCH] Add NextDNS documentation (#23234) Co-authored-by: Franck Nijhof --- source/_integrations/nextdns.markdown | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/_integrations/nextdns.markdown diff --git a/source/_integrations/nextdns.markdown b/source/_integrations/nextdns.markdown new file mode 100644 index 00000000000..61fdc6fa3b1 --- /dev/null +++ b/source/_integrations/nextdns.markdown @@ -0,0 +1,23 @@ +--- +title: NextDNS +description: Instructions on how to integrate NextDNS within Home Assistant. +ha_category: + - Network +ha_release: 2022.8 +ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - '@bieniu' +ha_domain: nextdns +ha_platforms: + - sensor +ha_integration_type: integration +--- + +NextDNS is a DNS service that protects from all kinds of security threats, blocks ADS and trackers on websites and in apps, and provides a safe and supervised Internet for kids — on all devices and on all networks. The NextDNS integration allows you to monitor your NextDNS statistics. + +## Prerequisites + +To obtain API key go to the NextDNS site >> [Account section](https://my.nextdns.io/account). + +{% include integrations/config_flow.md %}