From 49adcc3db5d13d905f9bc0a016bcd3f6922b93c3 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Fri, 22 Oct 2021 10:09:06 -0700 Subject: [PATCH] Remove unnecessary and duplicate text --- docs/core/entity/camera.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/core/entity/camera.md b/docs/core/entity/camera.md index 5ff442f5..f128f854 100644 --- a/docs/core/entity/camera.md +++ b/docs/core/entity/camera.md @@ -82,7 +82,6 @@ A common way for a camera entity to render a camera still image is to pass the s ### WebRTC Streams WebRTC enabled cameras can be used by facilitating a direct connection with the home assistant frontend. This usage requires `SUPPORT_STREAM` with `frontend_stream_type` set to `STREAM_TYPE_WEB_RTC`. The integration should implement `async_handle_web_rtc_offer` which passes the frontend's SDP offer to the device and returns back the answer. -device, and return back the answer. The stream is initiated from the frontend which talks directly to the device. WebRTC streams do not use the `stream` component and do not support recording.