Variables | |
| string | CONF_HOSTNAME = "hostname" |
| string | CONF_IPV4 = "ipv4" |
| string | CONF_IPV6 = "ipv6" |
| string | CONF_IPV6_V4 = "ipv6_v4" |
| string | CONF_PORT_IPV6 = "port_ipv6" |
| string | CONF_RESOLVER = "resolver" |
| string | CONF_RESOLVER_IPV6 = "resolver_ipv6" |
| string | DEFAULT_HOSTNAME = "myip.opendns.com" |
| bool | DEFAULT_IPV6 = False |
| string | DEFAULT_NAME = "myip" |
| int | DEFAULT_PORT = 53 |
| string | DEFAULT_RESOLVER = "208.67.222.222" |
| string | DEFAULT_RESOLVER_IPV6 = "2620:119:53::53" |
| string | DOMAIN = "dnsip" |
| list | PLATFORMS = [Platform.SENSOR] |
Constants for dnsip integration.
| string homeassistant.components.dnsip.const.CONF_HOSTNAME = "hostname" |
| string homeassistant.components.dnsip.const.CONF_IPV4 = "ipv4" |
| string homeassistant.components.dnsip.const.CONF_IPV6 = "ipv6" |
| string homeassistant.components.dnsip.const.CONF_IPV6_V4 = "ipv6_v4" |
| string homeassistant.components.dnsip.const.CONF_PORT_IPV6 = "port_ipv6" |
| string homeassistant.components.dnsip.const.CONF_RESOLVER = "resolver" |
| string homeassistant.components.dnsip.const.CONF_RESOLVER_IPV6 = "resolver_ipv6" |
| string homeassistant.components.dnsip.const.DEFAULT_HOSTNAME = "myip.opendns.com" |
| bool homeassistant.components.dnsip.const.DEFAULT_IPV6 = False |
| string homeassistant.components.dnsip.const.DEFAULT_NAME = "myip" |
| string homeassistant.components.dnsip.const.DEFAULT_RESOLVER = "208.67.222.222" |
| string homeassistant.components.dnsip.const.DEFAULT_RESOLVER_IPV6 = "2620:119:53::53" |