From 5e156f815132bf4ad566e982c9c2b5a5ca0b2760 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sun, 6 Feb 2022 13:56:09 -0600 Subject: [PATCH] update addon urls --- docs/docs/integrations/home-assistant.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/docs/integrations/home-assistant.md b/docs/docs/integrations/home-assistant.md index 165eef1c4..8a5a7d0d7 100644 --- a/docs/docs/integrations/home-assistant.md +++ b/docs/docs/integrations/home-assistant.md @@ -45,11 +45,14 @@ that card. ## Configuration -When configuring the integration, you will be asked for the following parameters: +When configuring the integration, you will be asked for the `URL` of your frigate instance which is the URL you use to access Frigate in the browser. This may look like `http://:5000/`. If you are using HassOS with the addon, the URL should be one of the following depending on which addon version you are using: -| Variable | Description | -| -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| URL | The `URL` of your frigate instance, the URL you use to access Frigate in the browser. This may look like `http://:5000/`. If you are using HassOS with the addon, the URL should be `http://ccab4aaf-frigate:5000` (or `http://ccab4aaf-frigate-beta:5000` if your are using the beta version of the addon). Live streams required port 1935, see [RTMP streams](#streams) | +| Addon Version | URL | +| ------------------------------ | -------------------------------------- | +| Frigate NVR | `http://ccab4aaf-frigate:5000` | +| Frigate NVR (Full Access) | `http://ccab4aaf-frigate-fa:5000` | +| Frigate NVR Beta | `http://ccab4aaf-frigate-beta:5000` | +| Frigate NVR Beta (Full Access) | `http://ccab4aaf-frigate-fa-beta:5000` |