From 18354aef6ca64d0727a550f346688ff9faa659f8 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 27 Apr 2026 07:20:46 -0500 Subject: [PATCH] add mqtt to camera config update enum --- frigate/config/camera/updater.py | 1 + 1 file changed, 1 insertion(+) diff --git a/frigate/config/camera/updater.py b/frigate/config/camera/updater.py index 8da33a3ec..a07d51b8e 100644 --- a/frigate/config/camera/updater.py +++ b/frigate/config/camera/updater.py @@ -20,6 +20,7 @@ class CameraConfigUpdateEnum(str, Enum): ffmpeg = "ffmpeg" live = "live" motion = "motion" # includes motion and motion masks + mqtt = "mqtt" notifications = "notifications" objects = "objects" object_genai = "object_genai"