Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.lifx.const
 

Variables

 homeassistant.components.lifx.const._LOGGER = logging.getLogger(__package__)
 
string homeassistant.components.lifx.const.ATTR_DURATION = "duration"
 
string homeassistant.components.lifx.const.ATTR_INDICATION = "indication"
 
string homeassistant.components.lifx.const.ATTR_INFRARED = "infrared"
 
string homeassistant.components.lifx.const.ATTR_POWER = "power"
 
string homeassistant.components.lifx.const.ATTR_REMAINING = "remaining"
 
string homeassistant.components.lifx.const.ATTR_RSSI = "rssi"
 
string homeassistant.components.lifx.const.ATTR_THEME = "theme"
 
string homeassistant.components.lifx.const.ATTR_ZONES = "zones"
 
string homeassistant.components.lifx.const.CONF_LABEL = "label"
 
string homeassistant.components.lifx.const.CONF_SERIAL = "serial"
 
string homeassistant.components.lifx.const.DATA_LIFX_MANAGER = "lifx_manager"
 
int homeassistant.components.lifx.const.DEFAULT_ATTEMPTS = 5
 
int homeassistant.components.lifx.const.DISCOVERY_INTERVAL = 10
 
string homeassistant.components.lifx.const.DOMAIN = "lifx"
 
string homeassistant.components.lifx.const.HEV_CYCLE_STATE = "hev_cycle_state"
 
string homeassistant.components.lifx.const.IDENTIFY = "identify"
 
dictionary homeassistant.components.lifx.const.IDENTIFY_WAVEFORM
 
string homeassistant.components.lifx.const.INFRARED_BRIGHTNESS = "infrared_brightness"
 
dictionary homeassistant.components.lifx.const.INFRARED_BRIGHTNESS_VALUES_MAP
 
dictionary homeassistant.components.lifx.const.LIFX_CEILING_PRODUCT_IDS = {176, 177}
 
int homeassistant.components.lifx.const.MAX_ATTEMPTS_PER_UPDATE_REQUEST_MESSAGE = 5
 
int homeassistant.components.lifx.const.MAX_UPDATE_TIME = 90
 
int homeassistant.components.lifx.const.MESSAGE_RETRIES = 1
 
int homeassistant.components.lifx.const.MESSAGE_TIMEOUT = 18
 
int homeassistant.components.lifx.const.OVERALL_TIMEOUT = 15
 
string homeassistant.components.lifx.const.RESTART = "restart"
 
string homeassistant.components.lifx.const.TARGET_ANY = "00:00:00:00:00:00"
 
int homeassistant.components.lifx.const.UNAVAILABLE_GRACE = 90