From 36ed80160f4d0de672274653ed744411cbd679c0 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Fri, 21 Jan 2022 11:33:53 +0100 Subject: [PATCH] Update dnsip.markdown (#21279) --- source/_integrations/dnsip.markdown | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/source/_integrations/dnsip.markdown b/source/_integrations/dnsip.markdown index 1bdc89ecccf..58ac84a299d 100644 --- a/source/_integrations/dnsip.markdown +++ b/source/_integrations/dnsip.markdown @@ -11,11 +11,16 @@ ha_platforms: - sensor --- -The `dnsip` sensor will expose an IP address, fetched via DNS resolution, as its value. It provides both IPv4 and IPv6 lookup as separate sensors depending on accessibility to resolvers. +The DNS IP integration will expose an IP address, fetched via DNS resolution, as its value. It provides both IPv4 and IPv6 lookup as separate sensors depending on accessibility to resolvers. -1. When you enable the sensor with the default value, it will query the [OpenDNS](https://www.opendns.com/) nameservers with the hostname `myip.opendns.com`, which will resolve to your external/public IP address. +1. When you enable the integration with the default value, it will query the [OpenDNS](https://www.opendns.com/) nameservers with the hostname `myip.opendns.com`, which will resolve to your external/public IP address. 2. If you specify a `hostname`, a regular DNS lookup will be performed, providing you the IP the hostname resolves to. -You may also override the default nameservers that are being used by setting the `resolver` option in the integration to any nameserver you like. - {% include integrations/config_flow.md %} + +{% include integrations/option_flow.md %} + +{% configuration_basic %} +Resolver: + description: "You may override the default nameservers that are being used by setting any nameserver you like." +{% endconfiguration_basic %}