Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.keenetic_ndms2.const
 

Variables

string homeassistant.components.keenetic_ndms2.const.CONF_CONSIDER_HOME = "consider_home"
 
string homeassistant.components.keenetic_ndms2.const.CONF_INCLUDE_ARP = "include_arp"
 
string homeassistant.components.keenetic_ndms2.const.CONF_INCLUDE_ASSOCIATED = "include_associated"
 
string homeassistant.components.keenetic_ndms2.const.CONF_INTERFACES = "interfaces"
 
string homeassistant.components.keenetic_ndms2.const.CONF_LEGACY_INTERFACE = "interface"
 
string homeassistant.components.keenetic_ndms2.const.CONF_TRY_HOTSPOT = "try_hotspot"
 
 homeassistant.components.keenetic_ndms2.const.DEFAULT_CONSIDER_HOME = _DEFAULT_CONSIDER_HOME.total_seconds()
 
string homeassistant.components.keenetic_ndms2.const.DEFAULT_INTERFACE = "Home"
 
int homeassistant.components.keenetic_ndms2.const.DEFAULT_SCAN_INTERVAL = 120
 
int homeassistant.components.keenetic_ndms2.const.DEFAULT_TELNET_PORT = 23
 
string homeassistant.components.keenetic_ndms2.const.DOMAIN = "keenetic_ndms2"
 
string homeassistant.components.keenetic_ndms2.const.ROUTER = "router"
 
string homeassistant.components.keenetic_ndms2.const.UNDO_UPDATE_LISTENER = "undo_update_listener"