From 2d9723c8e27a71f422587dabf59e30ff5e5d803d Mon Sep 17 00:00:00 2001 From: Teju Nareddy Date: Sun, 19 Feb 2023 17:39:29 -0600 Subject: [PATCH] Update Google Nest doc with Nest Doorbell support (#26307) Google Nest Device Access now supports Nest Doorbell (wired, 2nd gen). Already tested this out in my HA install, it works great! Supported features taken from: https://developers.google.com/nest/device-access/api/doorbell-wired --- source/_integrations/nest.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/nest.markdown b/source/_integrations/nest.markdown index c1b13634a2f..af56bcda814 100644 --- a/source/_integrations/nest.markdown +++ b/source/_integrations/nest.markdown @@ -288,7 +288,8 @@ All cameras have motion and person triggers, however only some support capturing | Nest Cam Indoor
Nest Cam IQ Indoor
Nest Cam IQ Outdoor
Nest Cam Outdoor | RTSP
Recording | Motion
Person
Sound | Snapshot (jpg) | | Nest Cam with floodlight | WebRTC | Motion
Person | N/A | | Nest Doorbell (battery) | WebRTC | Motion
Person
Chime | Clip Preview (mp4, gif) | -| Nest Doorbell (wired) | RTSP
Recording | Motion
Person
Sound
Chime | Snapshot (jpg) | +| Nest Doorbell (wired, 1st gen) | RTSP
Recording | Motion
Person
Sound
Chime | Snapshot (jpg) | +| Nest Doorbell (wired, 2nd gen) | WebRTC | Motion
Person
Chime | Clip Preview (mp4, gif) | | Nest Hub Max | RTSP
Recording | Motion
Person
Sound
| Snapshot (jpg) | Given a camera named `Front Yard` then the camera is created with a name such as `camera.front_yard`.