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

Variables

string ABORT_REASON_CANNOT_CONNECT = "cannot_connect"
 
string ACTION_PRESS = "press"
 
string ACTION_RELEASE = "release"
 
string ATTR_ACTION = "action"
 
string ATTR_AREA_NAME = "area_name"
 
string ATTR_BUTTON_NUMBER = "button_number"
 
string ATTR_BUTTON_TYPE = "button_type"
 
string ATTR_DEVICE_NAME = "device_name"
 
string ATTR_LEAP_BUTTON_NUMBER = "leap_button_number"
 
string ATTR_SERIAL = "serial"
 
string ATTR_TYPE = "type"
 
string BRIDGE_DEVICE_ID = "1"
 
int BRIDGE_TIMEOUT = 35
 
string CONF_CA_CERTS = "ca_certs"
 
string CONF_CERTFILE = "certfile"
 
string CONF_KEYFILE = "keyfile"
 
string CONF_SUBTYPE = "subtype"
 
string CONFIG_URL = "https://device-login.lutron.com"
 
string DEVICE_TYPE_SPECTRUM_TUNE = "SpectrumTune"
 
string DEVICE_TYPE_WHITE_TUNE = "WhiteTune"
 
string DOMAIN = "lutron_caseta"
 
string ERROR_CANNOT_CONNECT = "cannot_connect"
 
string LUTRON_CASETA_BUTTON_EVENT = "lutron_caseta_button_event"
 
string MANUFACTURER = "Lutron Electronics Co., Inc"
 
string STEP_IMPORT_FAILED = "import_failed"
 
string UNASSIGNED_AREA = "Unassigned"
 

Detailed Description

Lutron Caseta constants.

Variable Documentation

◆ ABORT_REASON_CANNOT_CONNECT

string homeassistant.components.lutron_caseta.const.ABORT_REASON_CANNOT_CONNECT = "cannot_connect"

Definition at line 11 of file const.py.

◆ ACTION_PRESS

string homeassistant.components.lutron_caseta.const.ACTION_PRESS = "press"

Definition at line 31 of file const.py.

◆ ACTION_RELEASE

string homeassistant.components.lutron_caseta.const.ACTION_RELEASE = "release"

Definition at line 32 of file const.py.

◆ ATTR_ACTION

string homeassistant.components.lutron_caseta.const.ATTR_ACTION = "action"

Definition at line 29 of file const.py.

◆ ATTR_AREA_NAME

string homeassistant.components.lutron_caseta.const.ATTR_AREA_NAME = "area_name"

Definition at line 28 of file const.py.

◆ ATTR_BUTTON_NUMBER

string homeassistant.components.lutron_caseta.const.ATTR_BUTTON_NUMBER = "button_number"

Definition at line 26 of file const.py.

◆ ATTR_BUTTON_TYPE

string homeassistant.components.lutron_caseta.const.ATTR_BUTTON_TYPE = "button_type"

Definition at line 24 of file const.py.

◆ ATTR_DEVICE_NAME

string homeassistant.components.lutron_caseta.const.ATTR_DEVICE_NAME = "device_name"

Definition at line 27 of file const.py.

◆ ATTR_LEAP_BUTTON_NUMBER

string homeassistant.components.lutron_caseta.const.ATTR_LEAP_BUTTON_NUMBER = "leap_button_number"

Definition at line 25 of file const.py.

◆ ATTR_SERIAL

string homeassistant.components.lutron_caseta.const.ATTR_SERIAL = "serial"

Definition at line 22 of file const.py.

◆ ATTR_TYPE

string homeassistant.components.lutron_caseta.const.ATTR_TYPE = "type"

Definition at line 23 of file const.py.

◆ BRIDGE_DEVICE_ID

string homeassistant.components.lutron_caseta.const.BRIDGE_DEVICE_ID = "1"

Definition at line 15 of file const.py.

◆ BRIDGE_TIMEOUT

int homeassistant.components.lutron_caseta.const.BRIDGE_TIMEOUT = 35

Definition at line 36 of file const.py.

◆ CONF_CA_CERTS

string homeassistant.components.lutron_caseta.const.CONF_CA_CERTS = "ca_certs"

Definition at line 7 of file const.py.

◆ CONF_CERTFILE

string homeassistant.components.lutron_caseta.const.CONF_CERTFILE = "certfile"

Definition at line 6 of file const.py.

◆ CONF_KEYFILE

string homeassistant.components.lutron_caseta.const.CONF_KEYFILE = "keyfile"

Definition at line 5 of file const.py.

◆ CONF_SUBTYPE

string homeassistant.components.lutron_caseta.const.CONF_SUBTYPE = "subtype"

Definition at line 34 of file const.py.

◆ CONFIG_URL

string homeassistant.components.lutron_caseta.const.CONFIG_URL = "https://device-login.lutron.com"

Definition at line 40 of file const.py.

◆ DEVICE_TYPE_SPECTRUM_TUNE

string homeassistant.components.lutron_caseta.const.DEVICE_TYPE_SPECTRUM_TUNE = "SpectrumTune"

Definition at line 18 of file const.py.

◆ DEVICE_TYPE_WHITE_TUNE

string homeassistant.components.lutron_caseta.const.DEVICE_TYPE_WHITE_TUNE = "WhiteTune"

Definition at line 17 of file const.py.

◆ DOMAIN

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

Definition at line 3 of file const.py.

◆ ERROR_CANNOT_CONNECT

string homeassistant.components.lutron_caseta.const.ERROR_CANNOT_CONNECT = "cannot_connect"

Definition at line 10 of file const.py.

◆ LUTRON_CASETA_BUTTON_EVENT

string homeassistant.components.lutron_caseta.const.LUTRON_CASETA_BUTTON_EVENT = "lutron_caseta_button_event"

Definition at line 13 of file const.py.

◆ MANUFACTURER

string homeassistant.components.lutron_caseta.const.MANUFACTURER = "Lutron Electronics Co., Inc"

Definition at line 20 of file const.py.

◆ STEP_IMPORT_FAILED

string homeassistant.components.lutron_caseta.const.STEP_IMPORT_FAILED = "import_failed"

Definition at line 9 of file const.py.

◆ UNASSIGNED_AREA

string homeassistant.components.lutron_caseta.const.UNASSIGNED_AREA = "Unassigned"

Definition at line 38 of file const.py.