From 173de2e4096bcc80019702514e136fcb07b8e442 Mon Sep 17 00:00:00 2001 From: leccelecce <24962424+leccelecce@users.noreply.github.com> Date: Thu, 19 Mar 2026 19:31:14 +0000 Subject: [PATCH] Add docs --- docs/docs/integrations/mqtt.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/integrations/mqtt.md b/docs/docs/integrations/mqtt.md index 0ef6774a8..7b8ee56cb 100644 --- a/docs/docs/integrations/mqtt.md +++ b/docs/docs/integrations/mqtt.md @@ -11,7 +11,8 @@ These are the MQTT messages generated by Frigate. The default topic_prefix is `f Designed to be used as an availability topic with Home Assistant. Possible message are: "online": published when Frigate is running (on startup) -"offline": published after Frigate has stopped +"stopped": published when Frigate is stopped normally +"offline": published automatically by the MQTT broker if Frigate disconnects unexpectedly (via MQTT Will Message) ### `frigate/restart`