Home Assistant Unofficial Reference 2024.12.1
camera.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.unifiprotect.camera.ProtectCamera
 

Namespaces

 homeassistant.components.unifiprotect.camera
 

Functions

list[ProtectDeviceEntity] homeassistant.components.unifiprotect.camera._async_camera_entities (HomeAssistant hass, UFPConfigEntry entry, ProtectData data, UFPCamera|None ufp_device=None)
 
None homeassistant.components.unifiprotect.camera._create_rtsp_repair (HomeAssistant hass, UFPConfigEntry entry, ProtectData data, UFPCamera camera)
 
Generator[tuple[UFPCamera, CameraChannel, bool]] homeassistant.components.unifiprotect.camera._get_camera_channels (HomeAssistant hass, UFPConfigEntry entry, ProtectData data, UFPCamera|None ufp_device=None)
 
None homeassistant.components.unifiprotect.camera.async_setup_entry (HomeAssistant hass, UFPConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.unifiprotect.camera._DISABLE_FEATURE = CameraEntityFeature(0)
 
 homeassistant.components.unifiprotect.camera._ENABLE_FEATURE = CameraEntityFeature.STREAM
 
 homeassistant.components.unifiprotect.camera._LOGGER = logging.getLogger(__name__)