Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.unifiprotect.views.VideoEventProxyView Class Reference
Inheritance diagram for homeassistant.components.unifiprotect.views.VideoEventProxyView:
[legend]
Collaboration diagram for homeassistant.components.unifiprotect.views.VideoEventProxyView:
[legend]

Public Member Functions

web.StreamResponse get (self, web.Request request, str nvr_id, str event_id)
 
- Public Member Functions inherited from homeassistant.components.unifiprotect.views.ProtectProxyView
None __init__ (self, HomeAssistant hass)
 

Static Public Attributes

string name = "api:unifiprotect_videoEventView"
 
string url = "/api/unifiprotect/video/{nvr_id}/{event_id}"
 
- Static Public Attributes inherited from homeassistant.components.unifiprotect.views.ProtectProxyView
bool requires_auth = True
 

Additional Inherited Members

- Public Attributes inherited from homeassistant.components.unifiprotect.views.ProtectProxyView
 hass
 

Detailed Description

View to proxy video clips for events from UniFi Protect.

Definition at line 248 of file views.py.

Member Function Documentation

◆ get()

web.StreamResponse homeassistant.components.unifiprotect.views.VideoEventProxyView.get (   self,
web.Request  request,
str  nvr_id,
str   event_id 
)
Get Camera Video clip for an event.

Definition at line 254 of file views.py.

Member Data Documentation

◆ name

string homeassistant.components.unifiprotect.views.VideoEventProxyView.name = "api:unifiprotect_videoEventView"
static

Definition at line 252 of file views.py.

◆ url

string homeassistant.components.unifiprotect.views.VideoEventProxyView.url = "/api/unifiprotect/video/{nvr_id}/{event_id}"
static

Definition at line 251 of file views.py.


The documentation for this class was generated from the following file: