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

Variables

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

Detailed Description

Support for Rflink devices.

Variable Documentation

◆ CONF_ALIASES

string homeassistant.components.rflink.const.CONF_ALIASES = "aliases"

Definition at line 9 of file const.py.

◆ CONF_AUTOMATIC_ADD

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

Definition at line 14 of file const.py.

◆ CONF_DEVICE_DEFAULTS

string homeassistant.components.rflink.const.CONF_DEVICE_DEFAULTS = "device_defaults"

Definition at line 13 of file const.py.

◆ CONF_FIRE_EVENT

string homeassistant.components.rflink.const.CONF_FIRE_EVENT = "fire_event"

Definition at line 15 of file const.py.

◆ CONF_GROUP

string homeassistant.components.rflink.const.CONF_GROUP = "group"

Definition at line 11 of file const.py.

◆ CONF_GROUP_ALIASES

string homeassistant.components.rflink.const.CONF_GROUP_ALIASES = "group_aliases"

Definition at line 10 of file const.py.

◆ CONF_NOGROUP_ALIASES

string homeassistant.components.rflink.const.CONF_NOGROUP_ALIASES = "nogroup_aliases"

Definition at line 12 of file const.py.

◆ CONF_SIGNAL_REPETITIONS

string homeassistant.components.rflink.const.CONF_SIGNAL_REPETITIONS = "signal_repetitions"

Definition at line 16 of file const.py.

◆ DATA_DEVICE_REGISTER

string homeassistant.components.rflink.const.DATA_DEVICE_REGISTER = "rflink_device_register"

Definition at line 18 of file const.py.

◆ DATA_ENTITY_GROUP_LOOKUP

string homeassistant.components.rflink.const.DATA_ENTITY_GROUP_LOOKUP = "rflink_entity_group_only_lookup"

Definition at line 19 of file const.py.

◆ DATA_ENTITY_LOOKUP

string homeassistant.components.rflink.const.DATA_ENTITY_LOOKUP = "rflink_entity_lookup"

Definition at line 20 of file const.py.

◆ DEFAULT_SIGNAL_REPETITIONS

int homeassistant.components.rflink.const.DEFAULT_SIGNAL_REPETITIONS = 1

Definition at line 21 of file const.py.

◆ DEVICE_DEFAULTS_SCHEMA

homeassistant.components.rflink.const.DEVICE_DEFAULTS_SCHEMA
Initial value:
1 = vol.Schema(
2  {
3  vol.Optional(CONF_FIRE_EVENT, default=False): cv.boolean,
4  vol.Optional(
5  CONF_SIGNAL_REPETITIONS, default=DEFAULT_SIGNAL_REPETITIONS
6  ): vol.Coerce(int),
7  }
8 )

Definition at line 33 of file const.py.

◆ EVENT_KEY_COMMAND

string homeassistant.components.rflink.const.EVENT_KEY_COMMAND = "command"

Definition at line 23 of file const.py.

◆ EVENT_KEY_ID

string homeassistant.components.rflink.const.EVENT_KEY_ID = "id"

Definition at line 24 of file const.py.

◆ EVENT_KEY_SENSOR

string homeassistant.components.rflink.const.EVENT_KEY_SENSOR = "sensor"

Definition at line 25 of file const.py.

◆ EVENT_KEY_UNIT

string homeassistant.components.rflink.const.EVENT_KEY_UNIT = "unit"

Definition at line 26 of file const.py.

◆ SIGNAL_AVAILABILITY

string homeassistant.components.rflink.const.SIGNAL_AVAILABILITY = "rflink_device_available"

Definition at line 28 of file const.py.

◆ SIGNAL_HANDLE_EVENT

string homeassistant.components.rflink.const.SIGNAL_HANDLE_EVENT = "rflink_handle_event_{}"

Definition at line 29 of file const.py.

◆ TMP_ENTITY

string homeassistant.components.rflink.const.TMP_ENTITY = "tmp.{}"

Definition at line 31 of file const.py.