Home Assistant Git Exporter
This commit is contained in:
@@ -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