Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 

Variables

string homeassistant.components.rflink.const.CONF_ALIASES = "aliases"
 
string homeassistant.components.rflink.const.CONF_AUTOMATIC_ADD = "automatic_add"
 
string homeassistant.components.rflink.const.CONF_DEVICE_DEFAULTS = "device_defaults"
 
string homeassistant.components.rflink.const.CONF_FIRE_EVENT = "fire_event"
 
string homeassistant.components.rflink.const.CONF_GROUP = "group"
 
string homeassistant.components.rflink.const.CONF_GROUP_ALIASES = "group_aliases"
 
string homeassistant.components.rflink.const.CONF_NOGROUP_ALIASES = "nogroup_aliases"
 
string homeassistant.components.rflink.const.CONF_SIGNAL_REPETITIONS = "signal_repetitions"
 
string homeassistant.components.rflink.const.DATA_DEVICE_REGISTER = "rflink_device_register"
 
string homeassistant.components.rflink.const.DATA_ENTITY_GROUP_LOOKUP = "rflink_entity_group_only_lookup"
 
string homeassistant.components.rflink.const.DATA_ENTITY_LOOKUP = "rflink_entity_lookup"
 
int homeassistant.components.rflink.const.DEFAULT_SIGNAL_REPETITIONS = 1
 
 homeassistant.components.rflink.const.DEVICE_DEFAULTS_SCHEMA
 
string homeassistant.components.rflink.const.EVENT_KEY_COMMAND = "command"
 
string homeassistant.components.rflink.const.EVENT_KEY_ID = "id"
 
string homeassistant.components.rflink.const.EVENT_KEY_SENSOR = "sensor"
 
string homeassistant.components.rflink.const.EVENT_KEY_UNIT = "unit"
 
string homeassistant.components.rflink.const.SIGNAL_AVAILABILITY = "rflink_device_available"
 
string homeassistant.components.rflink.const.SIGNAL_HANDLE_EVENT = "rflink_handle_event_{}"
 
string homeassistant.components.rflink.const.TMP_ENTITY = "tmp.{}"