Home Assistant Unofficial Reference 2024.12.1
const.py
Go to the documentation of this file.
1 """Consts used by pilight."""
2 
3 CONF_DIMLEVEL_MAX = "dimlevel_max"
4 CONF_DIMLEVEL_MIN = "dimlevel_min"
5 CONF_ECHO = "echo"
6 CONF_OFF = "off"
7 CONF_OFF_CODE = "off_code"
8 CONF_OFF_CODE_RECEIVE = "off_code_receive"
9 CONF_ON = "on"
10 CONF_ON_CODE = "on_code"
11 CONF_ON_CODE_RECEIVE = "on_code_receive"
12 CONF_SYSTEMCODE = "systemcode"
13 CONF_UNIT = "unit"
14 CONF_UNITCODE = "unitcode"