Home Assistant Unofficial Reference 2024.12.1
views.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.unifiprotect.views.ProtectProxyView
 
class  homeassistant.components.unifiprotect.views.ThumbnailProxyView
 
class  homeassistant.components.unifiprotect.views.VideoEventProxyView
 
class  homeassistant.components.unifiprotect.views.VideoProxyView
 

Namespaces

 homeassistant.components.unifiprotect.views
 

Functions

web.Response homeassistant.components.unifiprotect.views._400 (Any message)
 
web.Response homeassistant.components.unifiprotect.views._403 (Any message)
 
web.Response homeassistant.components.unifiprotect.views._404 (Any message)
 
web.Response homeassistant.components.unifiprotect.views._client_error (Any message, HTTPStatus code)
 
None homeassistant.components.unifiprotect.views._validate_event (Event event)
 
str homeassistant.components.unifiprotect.views.async_generate_event_video_url (Event event)
 
str homeassistant.components.unifiprotect.views.async_generate_proxy_event_video_url (str nvr_id, str event_id)
 
str homeassistant.components.unifiprotect.views.async_generate_thumbnail_url (str event_id, str nvr_id, int|None width=None, int|None height=None)
 

Variables

 homeassistant.components.unifiprotect.views._LOGGER = logging.getLogger(__name__)