Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.homeworks.const
 

Variables

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