Classes | |
| class | YeelightDevice |
Functions | |
| str | _async_unique_name (dict capabilities) |
| str | async_format_id (str|None id_) |
| str | async_format_model (str model) |
| str | async_format_model_id (str model, str|None id_) |
| def | update_needs_bg_power_workaround (data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
Support for Xiaomi Yeelight WiFi color bulb.
|
private |
| str homeassistant.components.yeelight.device.async_format_id | ( | str | None | id_ | ) |
| str homeassistant.components.yeelight.device.async_format_model | ( | str | model | ) |
| str homeassistant.components.yeelight.device.async_format_model_id | ( | str | model, |
| str | None | id_ | ||
| ) |
| def homeassistant.components.yeelight.device.update_needs_bg_power_workaround | ( | data | ) |