Go to the source code of this file.
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__) | |