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

Variables

string CONF_DIMLEVEL_MAX = "dimlevel_max"
 
string CONF_DIMLEVEL_MIN = "dimlevel_min"
 
string CONF_ECHO = "echo"
 
string CONF_OFF = "off"
 
string CONF_OFF_CODE = "off_code"
 
string CONF_OFF_CODE_RECEIVE = "off_code_receive"
 
string CONF_ON = "on"
 
string CONF_ON_CODE = "on_code"
 
string CONF_ON_CODE_RECEIVE = "on_code_receive"
 
string CONF_SYSTEMCODE = "systemcode"
 
string CONF_UNIT = "unit"
 
string CONF_UNITCODE = "unitcode"
 

Detailed Description

Consts used by pilight.

Variable Documentation

◆ CONF_DIMLEVEL_MAX

string homeassistant.components.pilight.const.CONF_DIMLEVEL_MAX = "dimlevel_max"

Definition at line 3 of file const.py.

◆ CONF_DIMLEVEL_MIN

string homeassistant.components.pilight.const.CONF_DIMLEVEL_MIN = "dimlevel_min"

Definition at line 4 of file const.py.

◆ CONF_ECHO

string homeassistant.components.pilight.const.CONF_ECHO = "echo"

Definition at line 5 of file const.py.

◆ CONF_OFF

string homeassistant.components.pilight.const.CONF_OFF = "off"

Definition at line 6 of file const.py.

◆ CONF_OFF_CODE

string homeassistant.components.pilight.const.CONF_OFF_CODE = "off_code"

Definition at line 7 of file const.py.

◆ CONF_OFF_CODE_RECEIVE

string homeassistant.components.pilight.const.CONF_OFF_CODE_RECEIVE = "off_code_receive"

Definition at line 8 of file const.py.

◆ CONF_ON

string homeassistant.components.pilight.const.CONF_ON = "on"

Definition at line 9 of file const.py.

◆ CONF_ON_CODE

string homeassistant.components.pilight.const.CONF_ON_CODE = "on_code"

Definition at line 10 of file const.py.

◆ CONF_ON_CODE_RECEIVE

string homeassistant.components.pilight.const.CONF_ON_CODE_RECEIVE = "on_code_receive"

Definition at line 11 of file const.py.

◆ CONF_SYSTEMCODE

string homeassistant.components.pilight.const.CONF_SYSTEMCODE = "systemcode"

Definition at line 12 of file const.py.

◆ CONF_UNIT

string homeassistant.components.pilight.const.CONF_UNIT = "unit"

Definition at line 13 of file const.py.

◆ CONF_UNITCODE

string homeassistant.components.pilight.const.CONF_UNITCODE = "unitcode"

Definition at line 14 of file const.py.