Skip to content

Commit

Permalink
Fix device_tracker_timeout example config
Browse files Browse the repository at this point in the history
  • Loading branch information
scaccoman authored Nov 18, 2024
1 parent 0227b0c commit d5d70a3
Showing 1 changed file with 9 additions and 9 deletions.
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

0 comments on commit d5d70a3

Please sign in to comment.