From 352d271fe4e2aacf2ac2e911d67aa9e1fb6b35fc Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Mon, 23 Feb 2026 10:25:03 -0600 Subject: [PATCH] Update HA docs with MQTT example (#22098) * update HA docs with MQTT example * format block as yaml --- docs/docs/integrations/home-assistant.md | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/docs/integrations/home-assistant.md b/docs/docs/integrations/home-assistant.md index 46453b55a..1ba5bfca1 100644 --- a/docs/docs/integrations/home-assistant.md +++ b/docs/docs/integrations/home-assistant.md @@ -16,7 +16,15 @@ See the [MQTT integration documentation](https://www.home-assistant.io/integrations/mqtt/) for more details. -In addition, MQTT must be enabled in your Frigate configuration file and Frigate must be connected to the same MQTT server as Home Assistant for many of the entities created by the integration to function. +In addition, MQTT must be enabled in your Frigate configuration file and Frigate must be connected to the same MQTT server as Home Assistant for many of the entities created by the integration to function, e.g.: + +```yaml +mqtt: + enabled: True + host: mqtt.server.com # the address of your HA server that's running the MQTT integration + user: your_mqtt_broker_username + password: your_mqtt_broker_password +``` ### Integration installation @@ -95,12 +103,12 @@ services: If you are using Home Assistant Add-on, the URL should be one of the following depending on which Add-on variant you are using. Note that if you are using the Proxy Add-on, you should NOT point the integration at the proxy URL. Just enter the same URL used to access Frigate directly from your network. -| Add-on Variant | URL | -| -------------------------- | ----------------------------------------- | -| Frigate | `http://ccab4aaf-frigate:5000` | -| Frigate (Full Access) | `http://ccab4aaf-frigate-fa:5000` | -| Frigate Beta | `http://ccab4aaf-frigate-beta:5000` | -| Frigate Beta (Full Access) | `http://ccab4aaf-frigate-fa-beta:5000` | +| Add-on Variant | URL | +| -------------------------- | -------------------------------------- | +| Frigate | `http://ccab4aaf-frigate:5000` | +| Frigate (Full Access) | `http://ccab4aaf-frigate-fa:5000` | +| Frigate Beta | `http://ccab4aaf-frigate-beta:5000` | +| Frigate Beta (Full Access) | `http://ccab4aaf-frigate-fa-beta:5000` | ### Frigate running on a separate machine