From 732e527401367ff404c10b30c7b02644a9d331a7 Mon Sep 17 00:00:00 2001 From: luzik Date: Sat, 18 Mar 2023 13:29:04 +0100 Subject: [PATCH] RTSP instead of RTMP in HA integration docs (#5761) I believe that it should be RTSP there --- docs/docs/integrations/home-assistant.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/integrations/home-assistant.md b/docs/docs/integrations/home-assistant.md index 3970ec8af..23ba4fce0 100644 --- a/docs/docs/integrations/home-assistant.md +++ b/docs/docs/integrations/home-assistant.md @@ -66,13 +66,13 @@ Home Assistant > Configuration > Integrations > Frigate > Options | Option | Description | | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| RTSP URL Template | A [jinja2](https://jinja.palletsprojects.com/) template that is used to override the standard RTMP stream URL (e.g. for use with reverse proxies). This option is only shown to users who have [advanced mode](https://www.home-assistant.io/blog/2019/07/17/release-96/#advanced-mode) enabled. See [RTSP streams](#streams) below. | +| RTSP URL Template | A [jinja2](https://jinja.palletsprojects.com/) template that is used to override the standard RTSP stream URL (e.g. for use with reverse proxies). This option is only shown to users who have [advanced mode](https://www.home-assistant.io/blog/2019/07/17/release-96/#advanced-mode) enabled. See [RTSP streams](#streams) below. | ## Entities Provided | Platform | Description | | --------------- | --------------------------------------------------------------------------------- | -| `camera` | Live camera stream (requires RTMP), camera for image of the last detected object. | +| `camera` | Live camera stream (requires RTSP), camera for image of the last detected object. | | `sensor` | States to monitor Frigate performance, object counts for all zones and cameras. | | `switch` | Switch entities to toggle detection, recordings and snapshots. | | `binary_sensor` | A "motion" binary sensor entity per camera/zone/object. |