diff --git a/frigate/comms/mqtt.py b/frigate/comms/mqtt.py index 316813518..e487b30ee 100644 --- a/frigate/comms/mqtt.py +++ b/frigate/comms/mqtt.py @@ -213,6 +213,8 @@ class MqttClient(Communicator): # type: ignore[misc] "motion_contour_area", "birdseye", "birdseye_mode", + "review_alerts", + "review_detections", ] for name in self.config.cameras.keys():