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

Variables

string ATTR_EVENT = "event"
 
list COMMAND_GROUP_LIST
 
list COMMAND_OFF_LIST
 
list COMMAND_ON_LIST
 
string CONF_AUTOMATIC_ADD = "automatic_add"
 
string CONF_DATA_BITS = "data_bits"
 
string CONF_OFF_DELAY = "off_delay"
 
string CONF_PROTOCOLS = "protocols"
 
string CONF_REPLACE_DEVICE = "replace_device"
 
string CONF_VENETIAN_BLIND_MODE = "venetian_blind_mode"
 
string CONST_VENETIAN_BLIND_MODE_DEFAULT = "Unknown"
 
string CONST_VENETIAN_BLIND_MODE_EU = "EU"
 
string CONST_VENETIAN_BLIND_MODE_US = "US"
 
string DATA_RFXOBJECT = "rfxobject"
 
int DEVICE_PACKET_TYPE_LIGHTING4 = 0x13
 
string DOMAIN = "rfxtrx"
 
string EVENT_RFXTRX_EVENT = "rfxtrx_event"
 
string SERVICE_SEND = "send"
 
string SIGNAL_EVENT = f"{DOMAIN}_event"
 

Detailed Description

Constants for RFXtrx integration.

Variable Documentation

◆ ATTR_EVENT

string homeassistant.components.rfxtrx.const.ATTR_EVENT = "event"

Definition at line 38 of file const.py.

◆ COMMAND_GROUP_LIST

list homeassistant.components.rfxtrx.const.COMMAND_GROUP_LIST
Initial value:
1 = [
2  "Group on",
3  "Group off",
4 ]

Definition at line 33 of file const.py.

◆ COMMAND_OFF_LIST

list homeassistant.components.rfxtrx.const.COMMAND_OFF_LIST
Initial value:
1 = [
2  "Off",
3  "Group off",
4  "Down",
5  "Close (inline relay)",
6  "Disable sun automation",
7 ]

Definition at line 25 of file const.py.

◆ COMMAND_ON_LIST

list homeassistant.components.rfxtrx.const.COMMAND_ON_LIST
Initial value:
1 = [
2  "On",
3  "Up",
4  "Stop",
5  "Group on",
6  "Open (inline relay)",
7  "Stop (inline relay)",
8  "Enable sun automation",
9 ]

Definition at line 15 of file const.py.

◆ CONF_AUTOMATIC_ADD

string homeassistant.components.rfxtrx.const.CONF_AUTOMATIC_ADD = "automatic_add"

Definition at line 4 of file const.py.

◆ CONF_DATA_BITS

string homeassistant.components.rfxtrx.const.CONF_DATA_BITS = "data_bits"

Definition at line 3 of file const.py.

◆ CONF_OFF_DELAY

string homeassistant.components.rfxtrx.const.CONF_OFF_DELAY = "off_delay"

Definition at line 5 of file const.py.

◆ CONF_PROTOCOLS

string homeassistant.components.rfxtrx.const.CONF_PROTOCOLS = "protocols"

Definition at line 7 of file const.py.

◆ CONF_REPLACE_DEVICE

string homeassistant.components.rfxtrx.const.CONF_REPLACE_DEVICE = "replace_device"

Definition at line 9 of file const.py.

◆ CONF_VENETIAN_BLIND_MODE

string homeassistant.components.rfxtrx.const.CONF_VENETIAN_BLIND_MODE = "venetian_blind_mode"

Definition at line 6 of file const.py.

◆ CONST_VENETIAN_BLIND_MODE_DEFAULT

string homeassistant.components.rfxtrx.const.CONST_VENETIAN_BLIND_MODE_DEFAULT = "Unknown"

Definition at line 11 of file const.py.

◆ CONST_VENETIAN_BLIND_MODE_EU

string homeassistant.components.rfxtrx.const.CONST_VENETIAN_BLIND_MODE_EU = "EU"

Definition at line 12 of file const.py.

◆ CONST_VENETIAN_BLIND_MODE_US

string homeassistant.components.rfxtrx.const.CONST_VENETIAN_BLIND_MODE_US = "US"

Definition at line 13 of file const.py.

◆ DATA_RFXOBJECT

string homeassistant.components.rfxtrx.const.DATA_RFXOBJECT = "rfxobject"

Definition at line 46 of file const.py.

◆ DEVICE_PACKET_TYPE_LIGHTING4

int homeassistant.components.rfxtrx.const.DEVICE_PACKET_TYPE_LIGHTING4 = 0x13

Definition at line 42 of file const.py.

◆ DOMAIN

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

Definition at line 48 of file const.py.

◆ EVENT_RFXTRX_EVENT

string homeassistant.components.rfxtrx.const.EVENT_RFXTRX_EVENT = "rfxtrx_event"

Definition at line 44 of file const.py.

◆ SERVICE_SEND

string homeassistant.components.rfxtrx.const.SERVICE_SEND = "send"

Definition at line 40 of file const.py.

◆ SIGNAL_EVENT

string homeassistant.components.rfxtrx.const.SIGNAL_EVENT = f"{DOMAIN}_event"

Definition at line 50 of file const.py.