Merge remote-tracking branch 'origin/master' into release-0.11.0

This commit is contained in:
Blake Blackshear 2022-08-25 07:40:26 -05:00
commit f7c5e02a35
2 changed files with 11 additions and 0 deletions

View File

@ -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.

View File

@ -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",