mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-23 10:36:50 +00:00
1.0 KiB
1.0 KiB
title, description, ha_category, ha_iot_class, ha_config_flow, ha_release, ha_domain, ha_platforms
title | description | ha_category | ha_iot_class | ha_config_flow | ha_release | ha_domain | ha_platforms | ||
---|---|---|---|---|---|---|---|---|---|
DNS IP | Instructions on how to integrate a DNS IP sensor into Home Assistant. |
|
Cloud Polling | true | 0.40 | dnsip |
|
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.
- When you enable the integration with the default value, it will query the OpenDNS nameservers with the hostname
myip.opendns.com
, which will resolve to your external/public IP address. - If you specify a
hostname
, a regular DNS lookup will be performed, providing you the IP the hostname resolves to.
{% 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 %}