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

Variables

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

Detailed Description

Constants used in the Keenetic NDMS2 components.

Variable Documentation

◆ CONF_CONSIDER_HOME

string homeassistant.components.keenetic_ndms2.const.CONF_CONSIDER_HOME = "consider_home"

Definition at line 15 of file const.py.

◆ CONF_INCLUDE_ARP

string homeassistant.components.keenetic_ndms2.const.CONF_INCLUDE_ARP = "include_arp"

Definition at line 18 of file const.py.

◆ CONF_INCLUDE_ASSOCIATED

string homeassistant.components.keenetic_ndms2.const.CONF_INCLUDE_ASSOCIATED = "include_associated"

Definition at line 19 of file const.py.

◆ CONF_INTERFACES

string homeassistant.components.keenetic_ndms2.const.CONF_INTERFACES = "interfaces"

Definition at line 16 of file const.py.

◆ CONF_LEGACY_INTERFACE

string homeassistant.components.keenetic_ndms2.const.CONF_LEGACY_INTERFACE = "interface"

Definition at line 21 of file const.py.

◆ CONF_TRY_HOTSPOT

string homeassistant.components.keenetic_ndms2.const.CONF_TRY_HOTSPOT = "try_hotspot"

Definition at line 17 of file const.py.

◆ DEFAULT_CONSIDER_HOME

homeassistant.components.keenetic_ndms2.const.DEFAULT_CONSIDER_HOME = _DEFAULT_CONSIDER_HOME.total_seconds()

Definition at line 12 of file const.py.

◆ DEFAULT_INTERFACE

string homeassistant.components.keenetic_ndms2.const.DEFAULT_INTERFACE = "Home"

Definition at line 13 of file const.py.

◆ DEFAULT_SCAN_INTERVAL

int homeassistant.components.keenetic_ndms2.const.DEFAULT_SCAN_INTERVAL = 120

Definition at line 11 of file const.py.

◆ DEFAULT_TELNET_PORT

int homeassistant.components.keenetic_ndms2.const.DEFAULT_TELNET_PORT = 23

Definition at line 10 of file const.py.

◆ DOMAIN

string homeassistant.components.keenetic_ndms2.const.DOMAIN = "keenetic_ndms2"

Definition at line 7 of file const.py.

◆ ROUTER

string homeassistant.components.keenetic_ndms2.const.ROUTER = "router"

Definition at line 8 of file const.py.

◆ UNDO_UPDATE_LISTENER

string homeassistant.components.keenetic_ndms2.const.UNDO_UPDATE_LISTENER = "undo_update_listener"

Definition at line 9 of file const.py.