Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.rfxtrx.const
 

Variables

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