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

Variables

string CONF_ADDR = "addr"
 
string CONF_BUTTONS = "buttons"
 
string CONF_CONTROLLER_ID = "controller_id"
 
string CONF_DIMMERS = "dimmers"
 
string CONF_INDEX = "index"
 
string CONF_KEYPADS = "keypads"
 
string CONF_LED = "led"
 
string CONF_NUMBER = "number"
 
string CONF_RATE = "rate"
 
string CONF_RELEASE_DELAY = "release_delay"
 
string DEFAULT_BUTTON_NAME = "Homeworks button"
 
string DEFAULT_KEYPAD_NAME = "Homeworks keypad"
 
string DEFAULT_LIGHT_NAME = "Homeworks light"
 
string DOMAIN = "homeworks"
 

Detailed Description

Constants for the Lutron Homeworks integration.

Variable Documentation

◆ CONF_ADDR

string homeassistant.components.homeworks.const.CONF_ADDR = "addr"

Definition at line 7 of file const.py.

◆ CONF_BUTTONS

string homeassistant.components.homeworks.const.CONF_BUTTONS = "buttons"

Definition at line 8 of file const.py.

◆ CONF_CONTROLLER_ID

string homeassistant.components.homeworks.const.CONF_CONTROLLER_ID = "controller_id"

Definition at line 9 of file const.py.

◆ CONF_DIMMERS

string homeassistant.components.homeworks.const.CONF_DIMMERS = "dimmers"

Definition at line 10 of file const.py.

◆ CONF_INDEX

string homeassistant.components.homeworks.const.CONF_INDEX = "index"

Definition at line 11 of file const.py.

◆ CONF_KEYPADS

string homeassistant.components.homeworks.const.CONF_KEYPADS = "keypads"

Definition at line 12 of file const.py.

◆ CONF_LED

string homeassistant.components.homeworks.const.CONF_LED = "led"

Definition at line 13 of file const.py.

◆ CONF_NUMBER

string homeassistant.components.homeworks.const.CONF_NUMBER = "number"

Definition at line 14 of file const.py.

◆ CONF_RATE

string homeassistant.components.homeworks.const.CONF_RATE = "rate"

Definition at line 15 of file const.py.

◆ CONF_RELEASE_DELAY

string homeassistant.components.homeworks.const.CONF_RELEASE_DELAY = "release_delay"

Definition at line 16 of file const.py.

◆ DEFAULT_BUTTON_NAME

string homeassistant.components.homeworks.const.DEFAULT_BUTTON_NAME = "Homeworks button"

Definition at line 18 of file const.py.

◆ DEFAULT_KEYPAD_NAME

string homeassistant.components.homeworks.const.DEFAULT_KEYPAD_NAME = "Homeworks keypad"

Definition at line 19 of file const.py.

◆ DEFAULT_LIGHT_NAME

string homeassistant.components.homeworks.const.DEFAULT_LIGHT_NAME = "Homeworks light"

Definition at line 20 of file const.py.

◆ DOMAIN

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

Definition at line 5 of file const.py.