From 11ef3cbdbd1bf8fa3c3bd89118d10b0e25154f21 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Tue, 1 Dec 2020 08:47:54 -0800 Subject: [PATCH] Add documentation for nest device triggers (#15724) --- source/_integrations/nest.markdown | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/source/_integrations/nest.markdown b/source/_integrations/nest.markdown index 63d9d9319b3..3be3c36c503 100644 --- a/source/_integrations/nest.markdown +++ b/source/_integrations/nest.markdown @@ -6,6 +6,7 @@ ha_category: - Binary Sensor - Camera - Climate + - Doorbell - Sensor ha_iot_class: Cloud Push ha_release: 0.7 @@ -165,6 +166,18 @@ All Google Nest Thermostat models have traits exposed from the SDM API. The init Given a thermostat named `Upstairs` then sensors are created with names such as `sensor.upstairs_temperature` or `sensor.upstairs_humidity`. +## Automation and Device Triggers + +All Google Nest Cam models and the Google Nest Hello Video Doorbell support [Device Triggers](/docs/automation/trigger/#device-triggers) that enable automation in Home Assistant: + +- `camera_motion`: Motion detected, when a [CameraMotion](https://developers.google.com/nest/device-access/traits/device/camera-motion#events) event is received. +- `camera_person`: Person detected, when a [CameraPerson](https://developers.google.com/nest/device-access/traits/device/camera-person#events) event is received. +- `camera_sound`: Sound detected, when a [CameraSound](https://developers.google.com/nest/device-access/traits/device/camera-sound#events) event is received. +- `doorbell_chime`: Doorbell pressed, when a [DoorbellChime](https://developers.google.com/nest/device-access/traits/device/doorbell-chime#events) event is received. + +See [Automating Home Assistant](/getting-started/automation/) for the getting started guide on automations or the [Automation](/docs/automation/) documentation for full details. + + # Legacy Works With Nest API This section contains instructions for the Legacy [Works with Nest](https://developers.nest.com/) API.