Classes | |
| class | LIFXCeiling |
| class | LIFXColor |
| class | LIFXExtendedMultiZone |
| class | LIFXLight |
| class | LIFXMatrix |
| class | LIFXMultiZone |
| class | LIFXWhite |
Functions | |
| None | async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| int | HSBK_BRIGHTNESS = 2 |
| int | HSBK_HUE = 0 |
| int | HSBK_KELVIN = 3 |
| int | HSBK_SATURATION = 1 |
| float | LIFX_STATE_SETTLE_DELAY = 0.3 |
| string | SERVICE_LIFX_SET_HEV_CYCLE_STATE = "set_hev_cycle_state" |
| string | SERVICE_LIFX_SET_STATE = "set_state" |
| VolDictType | |
Support for LIFX lights.
| None homeassistant.components.lifx.light.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry, | ||
| AddEntitiesCallback | async_add_entities | ||
| ) |
| float homeassistant.components.lifx.light.LIFX_STATE_SETTLE_DELAY = 0.3 |
| string homeassistant.components.lifx.light.SERVICE_LIFX_SET_HEV_CYCLE_STATE = "set_hev_cycle_state" |
| string homeassistant.components.lifx.light.SERVICE_LIFX_SET_STATE = "set_state" |