register mqtt callbacks for toggling alerts and detections

This commit is contained in:
Josh Hawkins 2025-05-09 21:56:40 -05:00
parent 0bf52feff3
commit d0aadb7956

View File

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