Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.upnp.const
 

Variables

string homeassistant.components.upnp.const.BYTES_RECEIVED = "bytes_received"
 
string homeassistant.components.upnp.const.BYTES_SENT = "bytes_sent"
 
string homeassistant.components.upnp.const.CONFIG_ENTRY_FORCE_POLL = "force_poll"
 
string homeassistant.components.upnp.const.CONFIG_ENTRY_HOST = "host"
 
string homeassistant.components.upnp.const.CONFIG_ENTRY_LOCATION = "location"
 
string homeassistant.components.upnp.const.CONFIG_ENTRY_MAC_ADDRESS = "mac_address"
 
string homeassistant.components.upnp.const.CONFIG_ENTRY_ORIGINAL_UDN = "original_udn"
 
string homeassistant.components.upnp.const.CONFIG_ENTRY_ST = "st"
 
string homeassistant.components.upnp.const.CONFIG_ENTRY_UDN = "udn"
 
string homeassistant.components.upnp.const.DATA_PACKETS = "packets"
 
string homeassistant.components.upnp.const.DATA_RATE_PACKETS_PER_SECOND = f"{DATA_PACKETS}/{UnitOfTime.SECONDS}"
 
bool homeassistant.components.upnp.const.DEFAULT_CONFIG_ENTRY_FORCE_POLL = False
 
 homeassistant.components.upnp.const.DEFAULT_SCAN_INTERVAL = timedelta(seconds=30).total_seconds()
 
string homeassistant.components.upnp.const.DOMAIN = "upnp"
 
string homeassistant.components.upnp.const.DOMAIN_DISCOVERIES = "discoveries"
 
string homeassistant.components.upnp.const.IDENTIFIER_HOST = "upnp_host"
 
string homeassistant.components.upnp.const.IDENTIFIER_SERIAL_NUMBER = "upnp_serial_number"
 
string homeassistant.components.upnp.const.KIBIBYTES_PER_SEC_RECEIVED = "kibibytes_per_sec_received"
 
string homeassistant.components.upnp.const.KIBIBYTES_PER_SEC_SENT = "kibibytes_per_sec_sent"
 
 homeassistant.components.upnp.const.LOGGER = logging.getLogger(__package__)
 
string homeassistant.components.upnp.const.PACKETS_PER_SEC_RECEIVED = "packets_per_sec_received"
 
string homeassistant.components.upnp.const.PACKETS_PER_SEC_SENT = "packets_per_sec_sent"
 
string homeassistant.components.upnp.const.PACKETS_RECEIVED = "packets_received"
 
string homeassistant.components.upnp.const.PACKETS_SENT = "packets_sent"
 
string homeassistant.components.upnp.const.PORT_MAPPING_NUMBER_OF_ENTRIES_IPV4 = "port_mapping_number_of_entries"
 
string homeassistant.components.upnp.const.ROUTER_IP = "ip"
 
string homeassistant.components.upnp.const.ROUTER_UPTIME = "uptime"
 
string homeassistant.components.upnp.const.ST_IGD_V1 = "urn:schemas-upnp-org:device:InternetGatewayDevice:1"
 
string homeassistant.components.upnp.const.ST_IGD_V2 = "urn:schemas-upnp-org:device:InternetGatewayDevice:2"
 
string homeassistant.components.upnp.const.TIMESTAMP = "timestamp"
 
string homeassistant.components.upnp.const.WAN_STATUS = "wan_status"