Home Assistant Unofficial Reference 2024.12.1
manager.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.lifx.manager.LIFXManager
 

Namespaces

 homeassistant.components.lifx.manager
 

Variables

string homeassistant.components.lifx.manager.ATTR_CHANGE = "change"
 
string homeassistant.components.lifx.manager.ATTR_CLOUD_SATURATION_MAX = "cloud_saturation_max"
 
string homeassistant.components.lifx.manager.ATTR_CLOUD_SATURATION_MIN = "cloud_saturation_min"
 
string homeassistant.components.lifx.manager.ATTR_CYCLES = "cycles"
 
string homeassistant.components.lifx.manager.ATTR_DIRECTION = "direction"
 
string homeassistant.components.lifx.manager.ATTR_PALETTE = "palette"
 
string homeassistant.components.lifx.manager.ATTR_PERIOD = "period"
 
string homeassistant.components.lifx.manager.ATTR_POWER_OFF = "power_off"
 
string homeassistant.components.lifx.manager.ATTR_POWER_ON = "power_on"
 
string homeassistant.components.lifx.manager.ATTR_SATURATION_MAX = "saturation_max"
 
string homeassistant.components.lifx.manager.ATTR_SATURATION_MIN = "saturation_min"
 
string homeassistant.components.lifx.manager.ATTR_SKY_TYPE = "sky_type"
 
string homeassistant.components.lifx.manager.ATTR_SPEED = "speed"
 
string homeassistant.components.lifx.manager.ATTR_SPREAD = "spread"
 
string homeassistant.components.lifx.manager.EFFECT_FLAME = "FLAME"
 
int homeassistant.components.lifx.manager.EFFECT_FLAME_DEFAULT_SPEED = 3
 
string homeassistant.components.lifx.manager.EFFECT_MORPH = "MORPH"
 
int homeassistant.components.lifx.manager.EFFECT_MORPH_DEFAULT_SPEED = 3
 
string homeassistant.components.lifx.manager.EFFECT_MORPH_DEFAULT_THEME = "exciting"
 
string homeassistant.components.lifx.manager.EFFECT_MOVE = "MOVE"
 
string homeassistant.components.lifx.manager.EFFECT_MOVE_DEFAULT_DIRECTION = "right"
 
int homeassistant.components.lifx.manager.EFFECT_MOVE_DEFAULT_SPEED = 3
 
string homeassistant.components.lifx.manager.EFFECT_MOVE_DIRECTION_LEFT = "left"
 
string homeassistant.components.lifx.manager.EFFECT_MOVE_DIRECTION_RIGHT = "right"
 
list homeassistant.components.lifx.manager.EFFECT_MOVE_DIRECTIONS = [EFFECT_MOVE_DIRECTION_LEFT, EFFECT_MOVE_DIRECTION_RIGHT]
 
string homeassistant.components.lifx.manager.EFFECT_OFF = "OFF"
 
string homeassistant.components.lifx.manager.EFFECT_SKY = "SKY"
 
int homeassistant.components.lifx.manager.EFFECT_SKY_DEFAULT_CLOUD_SATURATION_MAX = 180
 
int homeassistant.components.lifx.manager.EFFECT_SKY_DEFAULT_CLOUD_SATURATION_MIN = 50
 
string homeassistant.components.lifx.manager.EFFECT_SKY_DEFAULT_SKY_TYPE = "Clouds"
 
int homeassistant.components.lifx.manager.EFFECT_SKY_DEFAULT_SPEED = 50
 
list homeassistant.components.lifx.manager.EFFECT_SKY_SKY_TYPES = ["Sunrise", "Sunset", "Clouds"]
 
 homeassistant.components.lifx.manager.HSBK_SCHEMA
 
 homeassistant.components.lifx.manager.LIFX_EFFECT_COLORLOOP_SCHEMA
 
 homeassistant.components.lifx.manager.LIFX_EFFECT_FLAME_SCHEMA
 
 homeassistant.components.lifx.manager.LIFX_EFFECT_MORPH_SCHEMA
 
 homeassistant.components.lifx.manager.LIFX_EFFECT_MOVE_SCHEMA
 
 homeassistant.components.lifx.manager.LIFX_EFFECT_PULSE_SCHEMA
 
dictionary homeassistant.components.lifx.manager.LIFX_EFFECT_SCHEMA
 
 homeassistant.components.lifx.manager.LIFX_EFFECT_SKY_SCHEMA
 
 homeassistant.components.lifx.manager.LIFX_EFFECT_STOP_SCHEMA = cv.make_entity_service_schema({})
 
string homeassistant.components.lifx.manager.PULSE_MODE_BLINK = "blink"
 
string homeassistant.components.lifx.manager.PULSE_MODE_BREATHE = "breathe"
 
string homeassistant.components.lifx.manager.PULSE_MODE_PING = "ping"
 
string homeassistant.components.lifx.manager.PULSE_MODE_SOLID = "solid"
 
string homeassistant.components.lifx.manager.PULSE_MODE_STROBE = "strobe"
 
list homeassistant.components.lifx.manager.PULSE_MODES
 
 homeassistant.components.lifx.manager.SCAN_INTERVAL = timedelta(seconds=10)
 
string homeassistant.components.lifx.manager.SERVICE_EFFECT_COLORLOOP = "effect_colorloop"
 
string homeassistant.components.lifx.manager.SERVICE_EFFECT_FLAME = "effect_flame"
 
string homeassistant.components.lifx.manager.SERVICE_EFFECT_MORPH = "effect_morph"
 
string homeassistant.components.lifx.manager.SERVICE_EFFECT_MOVE = "effect_move"
 
string homeassistant.components.lifx.manager.SERVICE_EFFECT_PULSE = "effect_pulse"
 
string homeassistant.components.lifx.manager.SERVICE_EFFECT_SKY = "effect_sky"
 
string homeassistant.components.lifx.manager.SERVICE_EFFECT_STOP = "effect_stop"
 
tuple homeassistant.components.lifx.manager.SERVICES