Go to the source code of this file.
Namespaces | |
| homeassistant.components.lifx.light | |
Functions | |
| None | homeassistant.components.lifx.light.async_setup_entry (HomeAssistant hass, ConfigEntry entry, AddEntitiesCallback async_add_entities) |
Variables | |
| int | homeassistant.components.lifx.light.HSBK_BRIGHTNESS = 2 |
| int | homeassistant.components.lifx.light.HSBK_HUE = 0 |
| int | homeassistant.components.lifx.light.HSBK_KELVIN = 3 |
| int | homeassistant.components.lifx.light.HSBK_SATURATION = 1 |
| 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" |
| homeassistant.components.lifx.light.VolDictType | |