mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Add documentation for nest device triggers (#15724)
This commit is contained in:
parent
049b38f6c6
commit
11ef3cbdbd
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user