Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.pilight.const
 

Variables

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