Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix device_tracker_timeout example config #612

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,15 @@ frigate:
# - camera: garage
# zone: driveway

# This option allows setting a custom time delay for the MQTT home
# assistant device tracker.

# By adjusting device_tracker_timeout , users can determine how long they
# want to wait before receiving a 'not_home' message when no person is
# recognized. The time delay is implemented in minutes and the default value
# is set to 30 minutes
device_tracker_timeout: 30

# override frigate attempts and image per camera
events:
# front-door:
Expand All @@ -453,15 +462,6 @@ frigate:
# latest: http://camera-url.com/image.jpg
# # custom image that will be used in place of snapshot.jpg
# snapshot: http://camera-url.com/image.jpg

# This option allows setting a custom time delay for the MQTT home
# assistant device tracker.

# By adjusting device_tracker_timeout , users can determine how long they
# want to wait before receiving a 'not_home' message when no person is
# recognized. The time delay is implemented in minutes and the default value
# is set to 30 minutes
device_tracker_timeout: 30
```

### `cameras`
Expand Down