From 2a703841802176ef75f50563b2804a62833908f0 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Tue, 21 Dec 2021 02:56:32 -0800 Subject: [PATCH] Update nest webrtc docs to recommend picture glance cards (#20790) Co-authored-by: Franck Nijhof --- source/_integrations/nest.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/nest.markdown b/source/_integrations/nest.markdown index fa00b21219d..785e77217f7 100644 --- a/source/_integrations/nest.markdown +++ b/source/_integrations/nest.markdown @@ -359,7 +359,7 @@ Additional Nest Temperature Sensors are not supported by the SDM API. Home Assistant supports all SDM API features. However, every Camera or Doorbell device has a different set of built-in capabilities. A Camera device has one of the following live stream types: - **RTSP**: These devices have an HLS stream served by the Home Assistant Core. These cameras support server-side `camera` services like stream recording or image preview. See [Low Latency HLS](/integrations/stream#ll-hls) as a great option to enable to reduce stream latency. -- **WebRTC**: These devices support direct browser to camera communication and a super low latency stream. Live image previews and the `camera` services like stream recording are *not supported*. +- **WebRTC**: These devices support direct browser to camera communication and a super low latency stream. A [Picture Glance Card](/lovelace/picture-glance/) can show the live stream in the grid with the *Camera View* set to `live` (not recommended for battery-powered cameras). `camera` services like stream recording are *not supported*.