Skip to content

Commit

Permalink
update addon urls
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Feb 19, 2022
1 parent e7026df commit 0b8617d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions docs/docs/integrations/home-assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,14 @@ that card.

## Configuration

When configuring the integration, you will be asked for the following parameters:

| Variable | Description |
| -------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| URL | The `URL` of your frigate instance, the URL you use to access Frigate in the browser. This may look like `http:https://<host>:5000/`. If you are using HassOS with the addon, the URL should be `http:https://ccab4aaf-frigate:5000` (or `http:https://ccab4aaf-frigate-beta:5000` if your are using the beta version of the addon). Live streams required port 1935, see [RTMP streams](#streams) |
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:https://<host>: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:

| Addon Version | URL |
| ------------------------------ | -------------------------------------- |
| Frigate NVR | `http:https://ccab4aaf-frigate:5000` |
| Frigate NVR (Full Access) | `http:https://ccab4aaf-frigate-fa:5000` |
| Frigate NVR Beta | `http:https://ccab4aaf-frigate-beta:5000` |
| Frigate NVR Beta (Full Access) | `http:https://ccab4aaf-frigate-fa-beta:5000` |

<a name="options"></a>

Expand Down

0 comments on commit 0b8617d

Please sign in to comment.