Home Assistant Unofficial Reference 2024.12.1
device.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.yeelight.device.YeelightDevice
 

Namespaces

 homeassistant.components.yeelight.device
 

Functions

str homeassistant.components.yeelight.device._async_unique_name (dict capabilities)
 
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)
 

Variables

 homeassistant.components.yeelight.device._LOGGER = logging.getLogger(__name__)