From d5d70a3d3f2cf4f174ffa06426c5a80f89c3d0d8 Mon Sep 17 00:00:00 2001 From: scaccoman Date: Mon, 18 Nov 2024 09:18:08 +0100 Subject: [PATCH] Fix device_tracker_timeout example config --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 143c978a..4a109fe8 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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`