Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.whois.const
 

Variables

string homeassistant.components.whois.const.ATTR_EXPIRES = "expires"
 
string homeassistant.components.whois.const.ATTR_NAME_SERVERS = "name_servers"
 
string homeassistant.components.whois.const.ATTR_REGISTRAR = "registrar"
 
string homeassistant.components.whois.const.ATTR_UPDATED = "updated"
 
 homeassistant.components.whois.const.Final
 
 homeassistant.components.whois.const.LOGGER = logging.getLogger(__package__)
 
list homeassistant.components.whois.const.PLATFORMS = [Platform.SENSOR]
 
 homeassistant.components.whois.const.SCAN_INTERVAL = timedelta(hours=24)