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

Variables

string ATTR_AUTOCONNECT = "autoconnect"
 
string ATTR_FAILOVER = "failover"
 
string ATTR_FROM = "from"
 
string ATTR_HOST = "host"
 
string ATTR_MESSAGE = "message"
 
string ATTR_SMS_ID = "sms_id"
 
list AUTOCONNECT_MODES = ["never", "home", "always"]
 
string DATA_HASS_CONFIG = "netgear_lte_hass_config"
 
string DATA_SESSION = "session"
 
string DEFAULT_HOST = "192.168.5.1"
 
list FAILOVER_MODES = ["auto", "wire", "mobile"]
 
 Final
 
 LOGGER = logging.getLogger(__package__)
 

Detailed Description

Constants for the Netgear LTE integration.

Variable Documentation

◆ ATTR_AUTOCONNECT

string homeassistant.components.netgear_lte.const.ATTR_AUTOCONNECT = "autoconnect"

Definition at line 11 of file const.py.

◆ ATTR_FAILOVER

string homeassistant.components.netgear_lte.const.ATTR_FAILOVER = "failover"

Definition at line 10 of file const.py.

◆ ATTR_FROM

string homeassistant.components.netgear_lte.const.ATTR_FROM = "from"

Definition at line 8 of file const.py.

◆ ATTR_HOST

string homeassistant.components.netgear_lte.const.ATTR_HOST = "host"

Definition at line 6 of file const.py.

◆ ATTR_MESSAGE

string homeassistant.components.netgear_lte.const.ATTR_MESSAGE = "message"

Definition at line 9 of file const.py.

◆ ATTR_SMS_ID

string homeassistant.components.netgear_lte.const.ATTR_SMS_ID = "sms_id"

Definition at line 7 of file const.py.

◆ AUTOCONNECT_MODES

list homeassistant.components.netgear_lte.const.AUTOCONNECT_MODES = ["never", "home", "always"]

Definition at line 12 of file const.py.

◆ DATA_HASS_CONFIG

string homeassistant.components.netgear_lte.const.DATA_HASS_CONFIG = "netgear_lte_hass_config"

Definition at line 18 of file const.py.

◆ DATA_SESSION

string homeassistant.components.netgear_lte.const.DATA_SESSION = "session"

Definition at line 19 of file const.py.

◆ DEFAULT_HOST

string homeassistant.components.netgear_lte.const.DEFAULT_HOST = "192.168.5.1"

Definition at line 21 of file const.py.

◆ FAILOVER_MODES

list homeassistant.components.netgear_lte.const.FAILOVER_MODES = ["auto", "wire", "mobile"]

Definition at line 24 of file const.py.

◆ Final

homeassistant.components.netgear_lte.const.Final

Definition at line 14 of file const.py.

◆ LOGGER

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

Definition at line 26 of file const.py.