add note to mqtt docs to use ID rather than friendly_name (#24441)

This commit is contained in:
Josh Hawkins
2026-09-24 06:31:40 -06:00
committed by GitHub
parent 1a278630da
commit 3941355051
+6
View File
@@ -11,6 +11,12 @@ MQTT requires a network connection to your broker. This is typically local, but
:::
:::note
Wherever a topic below includes a camera, mask, or zone name, use its `ID` from the config, not its `friendly_name`. For example, a camera with `friendly_name: "Back Yard"` and ID `back_yard` publishes to `frigate/back_yard/...`, not `frigate/Back Yard/...`.
:::
## General Frigate Topics
### `frigate/available`