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. |