|
| string | name = "api:unifiprotect_thumbnail" |
| |
| string | url = "/api/unifiprotect/thumbnail/{nvr_id}/{event_id}" |
| |
| bool | requires_auth = True |
| |
View to proxy event thumbnails from UniFi Protect.
Definition at line 149 of file views.py.
◆ get()
| web.Response homeassistant.components.unifiprotect.views.ThumbnailProxyView.get |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
nvr_id, |
|
|
str
|
event_id |
|
) |
| |
Get Event Thumbnail.
Definition at line 155 of file views.py.
◆ name
| string homeassistant.components.unifiprotect.views.ThumbnailProxyView.name = "api:unifiprotect_thumbnail" |
|
static |
◆ url
| string homeassistant.components.unifiprotect.views.ThumbnailProxyView.url = "/api/unifiprotect/thumbnail/{nvr_id}/{event_id}" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/unifiprotect/views.py