Home Assistant Unofficial Reference 2024.12.1
light.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.control4.light.Control4Light
 

Namespaces

 homeassistant.components.control4.light
 

Functions

None homeassistant.components.control4.light.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.control4.light._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.control4.light.CONTROL4_CATEGORY = "lights"
 
list homeassistant.components.control4.light.CONTROL4_DIMMER_VARS = ["LIGHT_LEVEL", "Brightness Percent"]
 
string homeassistant.components.control4.light.CONTROL4_NON_DIMMER_VAR = "LIGHT_STATE"