diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index a0119a0ff..72b09c915 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -312,19 +312,19 @@ Topic with current state of the PTZ autotracker for a camera. Published values a Topic to determine if PTZ autotracker is actively tracking an object. Published values are `ON` and `OFF`. -### `frigate//review/alerts/set` +### `frigate//review_alerts/set` Topic to turn review alerts for a camera on or off. Expected values are `ON` and `OFF`. -### `frigate//review/alerts/state` +### `frigate//review_alerts/state` Topic with current state of review alerts for a camera. Published values are `ON` and `OFF`. -### `frigate//review/detections/set` +### `frigate//review_detections/set` Topic to turn review detections for a camera on or off. Expected values are `ON` and `OFF`. -### `frigate//review/detections/state` +### `frigate//review_detections/state` Topic with current state of review detections for a camera. Published values are `ON` and `OFF`.