Home Assistant Unofficial Reference 2024.12.1
type_lights.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.homekit.type_lights.Light
 

Namespaces

 homeassistant.components.homekit.type_lights
 

Variables

 homeassistant.components.homekit.type_lights._LOGGER = logging.getLogger(__name__)
 
float homeassistant.components.homekit.type_lights.CHANGE_COALESCE_TIME_WINDOW = 0.01
 
dictionary homeassistant.components.homekit.type_lights.COLOR_MODES_WITH_WHITES = {ColorMode.RGBW, ColorMode.RGBWW, ColorMode.WHITE}
 
int homeassistant.components.homekit.type_lights.DEFAULT_MAX_COLOR_TEMP = 6500
 
int homeassistant.components.homekit.type_lights.DEFAULT_MIN_COLOR_TEMP = 2000