Variables | |
| string | ADD_ENTITIES_CALLBACKS = "add_entities_callbacks" |
| list | BINSENSOR_PORTS |
| string | CONF_ACKNOWLEDGE = "acknowledge" |
| string | CONF_CLIMATES = "climates" |
| string | CONF_CONNECTIONS = "connections" |
| string | CONF_DIM_MODE = "dim_mode" |
| string | CONF_DIMMABLE = "dimmable" |
| string | CONF_DOMAIN_DATA = "domain_data" |
| string | CONF_HARDWARE_SERIAL = "hardware_serial" |
| string | CONF_HARDWARE_TYPE = "hardware_type" |
| string | CONF_KEYS = "keys" |
| string | CONF_LED = "led" |
| string | CONF_LOCK_TIME = "lock_time" |
| string | CONF_LOCKABLE = "lockable" |
| string | CONF_MAX_TEMP = "max_temp" |
| string | CONF_MIN_TEMP = "min_temp" |
| string | CONF_MOTOR = "motor" |
| string | CONF_OUTPUT = "output" |
| string | CONF_OUTPUTS = "outputs" |
| string | CONF_PCK = "pck" |
| string | CONF_REGISTER = "register" |
| string | CONF_RELVARREF = "value_reference" |
| string | CONF_REVERSE_TIME = "reverse_time" |
| string | CONF_ROW = "row" |
| string | CONF_SCENES = "scenes" |
| string | CONF_SETPOINT = "setpoint" |
| string | CONF_SK_NUM_TRIES = "sk_num_tries" |
| string | CONF_SOFTWARE_SERIAL = "software_serial" |
| string | CONF_TABLE = "table" |
| string | CONF_TEXT = "text" |
| string | CONF_TIME = "time" |
| string | CONF_TIME_UNIT = "time_unit" |
| string | CONF_TRANSITION = "transition" |
| string | CONF_VALUE = "value" |
| string | CONF_VARIABLE = "variable" |
| string | CONNECTION = "connection" |
| string | DATA_LCN = "lcn" |
| string | DEFAULT_NAME = "pchk" |
| list | DIM_MODES = ["STEPS50", "STEPS200"] |
| string | DOMAIN = "lcn" |
| list | KEY_ACTIONS = ["HIT", "MAKE", "BREAK"] |
| list | KEYS = [f"{t[0]:s}{t[1]:d}" for t in product(["A", "B", "C", "D"], range(1, 9))] |
| list | LED_PORTS |
| list | LED_STATUS = ["OFF", "ON", "BLINK", "FLICKER"] |
| list | LOGICOP_PORTS = ["LOGICOP1", "LOGICOP2", "LOGICOP3", "LOGICOP4"] |
| list | MOTOR_PORTS = ["MOTOR1", "MOTOR2", "MOTOR3", "MOTOR4", "OUTPUTS"] |
| list | MOTOR_REVERSE_TIME = ["RT70", "RT600", "RT1200"] |
| list | OUTPUT_PORTS = ["OUTPUT1", "OUTPUT2", "OUTPUT3", "OUTPUT4"] |
| list | PLATFORMS |
| list | RELAY_PORTS |
| list | RELVARREF = ["CURRENT", "PROG"] |
| list | S0_INPUTS = ["S0INPUT1", "S0INPUT2", "S0INPUT3", "S0INPUT4"] |
| list | SENDKEYCOMMANDS = ["HIT", "MAKE", "BREAK", "DONTSEND"] |
| list | SENDKEYS |
| list | SETPOINTS = ["R1VARSETPOINT", "R2VARSETPOINT"] |
| list | THRESHOLDS |
| list | TIME_UNITS |
| list | VAR_UNITS |
| list | VARIABLES |
Constants for the LCN component.
| string homeassistant.components.lcn.const.ADD_ENTITIES_CALLBACKS = "add_entities_callbacks" |
| list homeassistant.components.lcn.const.BINSENSOR_PORTS |
| string homeassistant.components.lcn.const.CONF_ACKNOWLEDGE = "acknowledge" |
| string homeassistant.components.lcn.const.CONF_CLIMATES = "climates" |
| string homeassistant.components.lcn.const.CONF_CONNECTIONS = "connections" |
| string homeassistant.components.lcn.const.CONF_DIM_MODE = "dim_mode" |
| string homeassistant.components.lcn.const.CONF_DIMMABLE = "dimmable" |
| string homeassistant.components.lcn.const.CONF_DOMAIN_DATA = "domain_data" |
| string homeassistant.components.lcn.const.CONF_HARDWARE_SERIAL = "hardware_serial" |
| string homeassistant.components.lcn.const.CONF_HARDWARE_TYPE = "hardware_type" |
| string homeassistant.components.lcn.const.CONF_KEYS = "keys" |
| string homeassistant.components.lcn.const.CONF_LOCK_TIME = "lock_time" |
| string homeassistant.components.lcn.const.CONF_LOCKABLE = "lockable" |
| string homeassistant.components.lcn.const.CONF_MAX_TEMP = "max_temp" |
| string homeassistant.components.lcn.const.CONF_MIN_TEMP = "min_temp" |
| string homeassistant.components.lcn.const.CONF_MOTOR = "motor" |
| string homeassistant.components.lcn.const.CONF_OUTPUT = "output" |
| string homeassistant.components.lcn.const.CONF_OUTPUTS = "outputs" |
| string homeassistant.components.lcn.const.CONF_REGISTER = "register" |
| string homeassistant.components.lcn.const.CONF_RELVARREF = "value_reference" |
| string homeassistant.components.lcn.const.CONF_REVERSE_TIME = "reverse_time" |
| string homeassistant.components.lcn.const.CONF_SCENES = "scenes" |
| string homeassistant.components.lcn.const.CONF_SETPOINT = "setpoint" |
| string homeassistant.components.lcn.const.CONF_SK_NUM_TRIES = "sk_num_tries" |
| string homeassistant.components.lcn.const.CONF_SOFTWARE_SERIAL = "software_serial" |
| string homeassistant.components.lcn.const.CONF_TABLE = "table" |
| string homeassistant.components.lcn.const.CONF_TEXT = "text" |
| string homeassistant.components.lcn.const.CONF_TIME = "time" |
| string homeassistant.components.lcn.const.CONF_TIME_UNIT = "time_unit" |
| string homeassistant.components.lcn.const.CONF_TRANSITION = "transition" |
| string homeassistant.components.lcn.const.CONF_VALUE = "value" |
| string homeassistant.components.lcn.const.CONF_VARIABLE = "variable" |
| string homeassistant.components.lcn.const.CONNECTION = "connection" |
| string homeassistant.components.lcn.const.DEFAULT_NAME = "pchk" |
| list homeassistant.components.lcn.const.DIM_MODES = ["STEPS50", "STEPS200"] |
| list homeassistant.components.lcn.const.KEY_ACTIONS = ["HIT", "MAKE", "BREAK"] |
| list homeassistant.components.lcn.const.KEYS = [f"{t[0]:s}{t[1]:d}" for t in product(["A", "B", "C", "D"], range(1, 9))] |
| list homeassistant.components.lcn.const.LED_PORTS |
| list homeassistant.components.lcn.const.LED_STATUS = ["OFF", "ON", "BLINK", "FLICKER"] |
| list homeassistant.components.lcn.const.LOGICOP_PORTS = ["LOGICOP1", "LOGICOP2", "LOGICOP3", "LOGICOP4"] |
| list homeassistant.components.lcn.const.MOTOR_PORTS = ["MOTOR1", "MOTOR2", "MOTOR3", "MOTOR4", "OUTPUTS"] |
| list homeassistant.components.lcn.const.MOTOR_REVERSE_TIME = ["RT70", "RT600", "RT1200"] |
| list homeassistant.components.lcn.const.OUTPUT_PORTS = ["OUTPUT1", "OUTPUT2", "OUTPUT3", "OUTPUT4"] |
| list homeassistant.components.lcn.const.PLATFORMS |
| list homeassistant.components.lcn.const.RELAY_PORTS |
| list homeassistant.components.lcn.const.RELVARREF = ["CURRENT", "PROG"] |
| list homeassistant.components.lcn.const.S0_INPUTS = ["S0INPUT1", "S0INPUT2", "S0INPUT3", "S0INPUT4"] |
| list homeassistant.components.lcn.const.SENDKEYCOMMANDS = ["HIT", "MAKE", "BREAK", "DONTSEND"] |
| list homeassistant.components.lcn.const.SENDKEYS |
| list homeassistant.components.lcn.const.SETPOINTS = ["R1VARSETPOINT", "R2VARSETPOINT"] |
| list homeassistant.components.lcn.const.THRESHOLDS |
| list homeassistant.components.lcn.const.TIME_UNITS |
| list homeassistant.components.lcn.const.VAR_UNITS |
| list homeassistant.components.lcn.const.VARIABLES |