diff --git a/docs/docs/guides/events_setup.md b/docs/docs/guides/events_setup.md new file mode 100644 index 000000000..bc5c46e94 --- /dev/null +++ b/docs/docs/guides/events_setup.md @@ -0,0 +1,10 @@ +--- +id: events_setup +title: Setting Up Events +--- + +[Snapshots](../configuration/snapshots.md) and/or [Recordings](../configuration/record.md) must be enabled for events to be created for detected objects. + +## Limiting Events to Areas of Interest + +The best way to limit events to areas of interest is to use [zones](../configuration/zones.md) along with `required_zones` for events and snapshots to only have events created in areas of interest. diff --git a/docs/sidebars.js b/docs/sidebars.js index d8a3f5b98..e5192d2cd 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -4,6 +4,7 @@ module.exports = { Guides: [ "guides/camera_setup", "guides/getting_started", + "guides/events_setup", "guides/false_positives", "guides/ha_notifications", "guides/stationary_objects",