From 6e962dc4b9dbf4407c8e3d827038393d0d5f162d Mon Sep 17 00:00:00 2001 From: Johnny Walker Date: Mon, 7 Sep 2020 16:04:12 -0400 Subject: [PATCH] Clarify preload stream option (#14426) While initially looking at the docs for this, it was not clear what option this paragraph was referencing. This makes it a little more clear what the option is and what it does. --- source/_integrations/camera.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/camera.markdown b/source/_integrations/camera.markdown index c60d11ec573..50530d7e4cd 100644 --- a/source/_integrations/camera.markdown +++ b/source/_integrations/camera.markdown @@ -14,7 +14,7 @@ The camera integration allows you to use IP cameras with Home Assistant. If your camera supports it, and the [`stream`](/integrations/stream) integration is setup, you will be able to stream your cameras in the frontend and on supported media players. -This option will keep the stream alive, and preload the feed on Home Assistant startup. This will result in reduced latency when opening the stream in the frontend, as well as when using the `play_stream` service or Google Assistant integration. It does, however, utilize more resources on your machine, so it is recommended to check CPU usage if you plan to use this feature. +The `Preload stream` option will start the camera feed on Home Assistant startup and continue to keep the stream alive. This will result in reduced latency when opening the stream in the frontend, as well as when using the `play_stream` service or Google Assistant integration. It does, however, utilize more resources on your machine, so it is recommended to check CPU usage if you plan to use this feature.

Screenshot showing Preload Stream option in Home Assistant front end.