From dae81bc86f79a84a24f0d0a6e38cc1fca755f61f Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Wed, 24 Nov 2021 15:02:01 -0800 Subject: [PATCH] Update text wrapping on camera.md (#1142) --- docs/core/entity/camera.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/core/entity/camera.md b/docs/core/entity/camera.md index f128f854..5da1188d 100644 --- a/docs/core/entity/camera.md +++ b/docs/core/entity/camera.md @@ -20,8 +20,7 @@ Properties should always only return information from memory and not do I/O (lik | brand | str | None | The brand (manufacturer) of the camera. | model | str | None | The model of the camera. | frame_interval | float | 0.5 | The interval between frames of the stream. -| frontend_stream_type | str | None | Used with `SUPPORT_STREAM` to tell the frontend which type of stream to use -(`STREAM_TYPE_HLS` or `STREAM_TYPE_WEBRTC`) +| frontend_stream_type | str | None | Used with `SUPPORT_STREAM` to tell the frontend which type of stream to use (`STREAM_TYPE_HLS` or `STREAM_TYPE_WEBRTC`) ### Supported features