From 277f215bebd87d5363faeb513f135f28819805b7 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Fri, 31 Dec 2021 14:37:04 -1000 Subject: [PATCH] Update docs/core/entity/camera.md --- docs/core/entity/camera.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core/entity/camera.md b/docs/core/entity/camera.md index 043eed6c..1d709efb 100644 --- a/docs/core/entity/camera.md +++ b/docs/core/entity/camera.md @@ -98,7 +98,7 @@ An integration may provide a WebRTC stream for any RTSP camera using `async_regi ```python async def handle_offer(stream_source: str, offer_sdp: str) -> str: - """Handle the signal path for a WebRTC stream and return an answer""" + """Handle the signal path for a WebRTC stream and return an answer.""" try: return await client.offer(offer_sdp, stream_source) except ClientError as err: