Classes | |
| class | Control4Light |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONTROL4_CATEGORY = "lights" |
| list | CONTROL4_DIMMER_VARS = ["LIGHT_LEVEL", "Brightness Percent"] |
| string | CONTROL4_NON_DIMMER_VAR = "LIGHT_STATE" |
Platform for Control4 Lights.
| None homeassistant.components.control4.light.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
|
private |
| string homeassistant.components.control4.light.CONTROL4_CATEGORY = "lights" |
| list homeassistant.components.control4.light.CONTROL4_DIMMER_VARS = ["LIGHT_LEVEL", "Brightness Percent"] |