Events setup docs (#3164)

* Add events setup to guides

* Add to sidebar

* Fix relative docs references
This commit is contained in:
Nicolas Mowen 2022-08-25 06:34:39 -06:00 committed by GitHub
parent 05d5f13f0e
commit 656e6a2a89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -8,6 +8,7 @@ module.exports = {
Guides: [ Guides: [
'guides/camera_setup', 'guides/camera_setup',
'guides/getting_started', 'guides/getting_started',
'guides/events_setup',
'guides/false_positives', 'guides/false_positives',
'guides/ha_notifications', 'guides/ha_notifications',
'guides/stationary_objects', 'guides/stationary_objects',