Home Assistant Unofficial Reference 2024.12.1
utils.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.unifiprotect.utils
 

Functions

str|None homeassistant.components.unifiprotect.utils._async_resolve (HomeAssistant hass, str host)
 
str homeassistant.components.unifiprotect.utils._async_short_mac (str mac)
 
str homeassistant.components.unifiprotect.utils._async_unifi_mac_from_hass (str mac)
 
ProtectApiClient homeassistant.components.unifiprotect.utils.async_create_api_client (HomeAssistant hass, UFPConfigEntry entry)
 
Generator[ProtectAdoptableDeviceModel] homeassistant.components.unifiprotect.utils.async_get_devices (Bootstrap bootstrap, Iterable[ModelType] model_type)
 
dict[str, ProtectAdoptableDeviceModel] homeassistant.components.unifiprotect.utils.async_get_devices_by_type (Bootstrap bootstrap, ModelType device_type)
 
str homeassistant.components.unifiprotect.utils.async_get_light_motion_current (Light obj)
 
str homeassistant.components.unifiprotect.utils.get_camera_base_name (CameraChannel channel)