Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.whois.const Namespace Reference

Variables

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

Detailed Description

Constants for the Whois integration.

Variable Documentation

◆ ATTR_EXPIRES

string homeassistant.components.whois.const.ATTR_EXPIRES = "expires"

Definition at line 18 of file const.py.

◆ ATTR_NAME_SERVERS

string homeassistant.components.whois.const.ATTR_NAME_SERVERS = "name_servers"

Definition at line 19 of file const.py.

◆ ATTR_REGISTRAR

string homeassistant.components.whois.const.ATTR_REGISTRAR = "registrar"

Definition at line 20 of file const.py.

◆ ATTR_UPDATED

string homeassistant.components.whois.const.ATTR_UPDATED = "updated"

Definition at line 21 of file const.py.

◆ Final

homeassistant.components.whois.const.Final

Definition at line 11 of file const.py.

◆ LOGGER

homeassistant.components.whois.const.LOGGER = logging.getLogger(__package__)

Definition at line 14 of file const.py.

◆ PLATFORMS

list homeassistant.components.whois.const.PLATFORMS = [Platform.SENSOR]

Definition at line 12 of file const.py.

◆ SCAN_INTERVAL

homeassistant.components.whois.const.SCAN_INTERVAL = timedelta(hours=24)

Definition at line 16 of file const.py.