File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -365,7 +365,7 @@ All doorbells and cameras support event entities. See the [Event](https://www.ho
365365There 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
370370Nest event entities are updated immediately when an event message is received
371371without 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
386386This 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" ,
You can’t perform that action at this time.
0 commit comments