Home Assistant Unofficial Reference
2024.12.1
const.py
Go to the documentation of this file.
1
"""Constants used in the Keenetic NDMS2 components."""
2
3
from
homeassistant.components.device_tracker
import
(
4
DEFAULT_CONSIDER_HOME
as
_DEFAULT_CONSIDER_HOME,
5
)
6
7
DOMAIN =
"keenetic_ndms2"
8
ROUTER =
"router"
9
UNDO_UPDATE_LISTENER =
"undo_update_listener"
10
DEFAULT_TELNET_PORT = 23
11
DEFAULT_SCAN_INTERVAL = 120
12
DEFAULT_CONSIDER_HOME = _DEFAULT_CONSIDER_HOME.total_seconds()
13
DEFAULT_INTERFACE =
"Home"
14
15
CONF_CONSIDER_HOME =
"consider_home"
16
CONF_INTERFACES =
"interfaces"
17
CONF_TRY_HOTSPOT =
"try_hotspot"
18
CONF_INCLUDE_ARP =
"include_arp"
19
CONF_INCLUDE_ASSOCIATED =
"include_associated"
20
21
CONF_LEGACY_INTERFACE =
"interface"
homeassistant.components.device_tracker
Definition:
__init__.py:1
core
homeassistant
components
keenetic_ndms2
const.py
Generated by
1.9.1