Home Assistant Unofficial Reference 2024.12.1
update.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.unifi.update.UnifiDeviceUpdateEntity
 
class  homeassistant.components.unifi.update.UnifiUpdateEntityDescription
 

Namespaces

 homeassistant.components.unifi.update
 

Functions

None homeassistant.components.unifi.update.async_device_control_fn (aiounifi.Controller api, str obj_id)
 
None homeassistant.components.unifi.update.async_setup_entry (HomeAssistant hass, UnifiConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.unifi.update._DataT = TypeVar("_DataT", bound=Device)
 
 homeassistant.components.unifi.update._HandlerT = TypeVar("_HandlerT", bound=Devices)
 
 homeassistant.components.unifi.update.LOGGER = logging.getLogger(__name__)