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():