Home Assistant Git Exporter
This commit is contained in:
@@ -14,5 +14,5 @@
|
||||
"iot_class": "local_push",
|
||||
"issue_tracker": "https://github.com/blakeblackshear/frigate-hass-integration/issues",
|
||||
"requirements": ["pytz"],
|
||||
"version": "5.2.0"
|
||||
"version": "5.3.0"
|
||||
}
|
||||
|
||||
@@ -276,6 +276,13 @@ class NotificationsProxyView(ProxyView):
|
||||
|
||||
if path.endswith("clip.mp4"):
|
||||
return f"api/events/{event_id}/clip.mp4"
|
||||
|
||||
if path.endswith("event_preview.gif"):
|
||||
return f"api/events/{event_id}/preview.gif"
|
||||
|
||||
if path.endswith("review_preview.gif"):
|
||||
return f"api/review/{event_id}/preview"
|
||||
|
||||
return None
|
||||
|
||||
def _permit_request(
|
||||
|
||||
Reference in New Issue
Block a user