Home Assistant Unofficial Reference 2024.12.1
light.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.zha.light.Light
 

Namespaces

 homeassistant.components.zha.light
 

Functions

None homeassistant.components.zha.light.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.zha.light._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.zha.light.HA_TO_ZHA_COLOR_MODE = {v: k for k, v in ZHA_TO_HA_COLOR_MODE.items()}
 
string homeassistant.components.zha.light.OFF_BRIGHTNESS = "off_brightness"
 
string homeassistant.components.zha.light.OFF_WITH_TRANSITION = "off_with_transition"
 
dictionary homeassistant.components.zha.light.ZHA_TO_HA_COLOR_MODE