From 86f3244b6ae9f03484eca4676dd7ca6ec8b542ec Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Thu, 18 Dec 2025 07:20:01 -0700 Subject: [PATCH] Fix genai callbacks in MQTT --- frigate/comms/mqtt.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frigate/comms/mqtt.py b/frigate/comms/mqtt.py index 0af56e259..68ae698d9 100644 --- a/frigate/comms/mqtt.py +++ b/frigate/comms/mqtt.py @@ -225,7 +225,8 @@ class MqttClient(Communicator): "birdseye_mode", "review_alerts", "review_detections", - "genai", + "object_descriptions", + "review_descriptions", ] for name in self.config.cameras.keys():