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