From 6bf0167a643249ed300c74170c0ac4a7b812adb0 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Fri, 18 Feb 2022 10:03:24 -0800 Subject: [PATCH] Add nest documentation for publishing events with zone information (#21566) --- source/_integrations/nest.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/nest.markdown b/source/_integrations/nest.markdown index 75a38df640a..b304f7a46a0 100644 --- a/source/_integrations/nest.markdown +++ b/source/_integrations/nest.markdown @@ -347,12 +347,14 @@ This is an example of what the `nest_event` payload looks like for a Device Trig "type": "doorbell_chime", "timestamp": "2022-01-26T04:56:54.031000+00:00", "nest_event_id": "EXAMPLE_EVENT_ID", + "zones": ["Zone 1"], }, } ``` * `device_id`: The Home Assistant device identifier for the camera * `nest_event_id`: is an opaque identifier that can be used with the Media Source Attachments described below for supported cameras. +* `zones`: Zones triggering the event if available. Zones are configured in the Google Home App, though not supported by all cameras. Events in the area outside of a named zone will be an empty zone name. {% enddetails %}