Variables | |
| string | ATTR_COLOR_MODE = "color_mode" |
| string | ATTR_CONFIG_ENTRY = "config_entry" |
| string | ATTR_RUNTIME = "runtime" |
| int | DEFAULT_SCAN_INTERVAL = 30 |
| string | DOMAIN = "screenlogic" |
| dictionary | LIGHT_CIRCUIT_FUNCTIONS |
| int | MAX_RUNTIME = 72 |
| int | MIN_RUNTIME = 0 |
| int | MIN_SCAN_INTERVAL = 10 |
| ScreenLogicDataPath | |
| string | SERVICE_SET_COLOR_MODE = "set_color_mode" |
| string | SERVICE_START_SUPER_CHLORINATION = "start_super_chlorination" |
| string | SERVICE_STOP_SUPER_CHLORINATION = "stop_super_chlorination" |
| dictionary | SL_UNIT_TO_HA_UNIT |
| dictionary | SUPPORTED_COLOR_MODES = {slugify(cm.name): cm.value for cm in COLOR_MODE} |
Constants for the ScreenLogic integration.
| 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 |