Various fixes (#14703)

* Fix not retaining custom events

* Fix media apis
This commit is contained in:
Nicolas Mowen
2024-10-31 07:31:01 -05:00
committed by GitHub
parent 885485da70
commit ac8ddada0b
4 changed files with 12 additions and 10 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class ExternalEventProcessor:
"sub_label": sub_label,
"score": score,
"camera": camera,
"start_time": now,
"start_time": now - camera_config.record.event_pre_capture,
"end_time": end,
"thumbnail": thumbnail,
"has_clip": camera_config.record.enabled and include_recording,