Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.screenlogic.const
 

Variables

string homeassistant.components.screenlogic.const.ATTR_COLOR_MODE = "color_mode"
 
string homeassistant.components.screenlogic.const.ATTR_CONFIG_ENTRY = "config_entry"
 
string homeassistant.components.screenlogic.const.ATTR_RUNTIME = "runtime"
 
int homeassistant.components.screenlogic.const.DEFAULT_SCAN_INTERVAL = 30
 
string homeassistant.components.screenlogic.const.DOMAIN = "screenlogic"
 
dictionary homeassistant.components.screenlogic.const.LIGHT_CIRCUIT_FUNCTIONS
 
int homeassistant.components.screenlogic.const.MAX_RUNTIME = 72
 
int homeassistant.components.screenlogic.const.MIN_RUNTIME = 0
 
int homeassistant.components.screenlogic.const.MIN_SCAN_INTERVAL = 10
 
 homeassistant.components.screenlogic.const.ScreenLogicDataPath
 
string homeassistant.components.screenlogic.const.SERVICE_SET_COLOR_MODE = "set_color_mode"
 
string homeassistant.components.screenlogic.const.SERVICE_START_SUPER_CHLORINATION = "start_super_chlorination"
 
string homeassistant.components.screenlogic.const.SERVICE_STOP_SUPER_CHLORINATION = "stop_super_chlorination"
 
dictionary homeassistant.components.screenlogic.const.SL_UNIT_TO_HA_UNIT
 
dictionary homeassistant.components.screenlogic.const.SUPPORTED_COLOR_MODES = {slugify(cm.name): cm.value for cm in COLOR_MODE}