Home Assistant Git Exporter

This commit is contained in:
root
2024-08-09 06:45:02 +02:00
parent 60abdd866c
commit 80fc630f5e
624 changed files with 27739 additions and 4497 deletions

View File

@@ -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"
}

View File

@@ -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(