Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.dnsip.const
 

Variables

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"
 
int homeassistant.components.dnsip.const.DEFAULT_PORT = 53
 
string homeassistant.components.dnsip.const.DEFAULT_RESOLVER = "208.67.222.222"
 
string homeassistant.components.dnsip.const.DEFAULT_RESOLVER_IPV6 = "2620:119:53::53"
 
string homeassistant.components.dnsip.const.DOMAIN = "dnsip"
 
list homeassistant.components.dnsip.const.PLATFORMS = [Platform.SENSOR]