Skip to content

Commit 8e1060d

Browse files
committed
Update Nest integration ring event type documentation
1 parent fd23882 commit 8e1060d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

source/_integrations/nest.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ All doorbells and cameras support event entities. See the [Event](https://www.ho
365365
There are two classes of event entities that are available based on the above camera features:
366366

367367
- `motion` for cameras that support any of the event types `camera_motion`, `camera_person`, or `camera_sound`
368-
- `doorbell` for all cameras that are doorbells and support `doorbell_chime` events
368+
- `doorbell` for all cameras that are doorbells and support `ring` events
369369

370370
Nest event entities are updated immediately when an event message is received
371371
without waiting for any media to be fetched. See Device Triggers for media support.
@@ -385,6 +385,8 @@ event entity for immediate notifications without media.
385385

386386
This is an example of what the `nest_event` payload looks like for a Device Trigger that you can use to power automations.
387387

388+
Device triggers use the `doorbell_chime` event, not `ring`.
389+
388390
```json
389391
{
390392
"event_type": "nest_event",

0 commit comments

Comments
 (0)