From 3104bc52017b5e1e85ac992b57fc72cadfdc4f43 Mon Sep 17 00:00:00 2001 From: guillempages Date: Mon, 1 Jun 2020 16:12:51 +0200 Subject: [PATCH] Add battery_track_interval to bluetooth_le_tracker (#13397) Add the description for the new configuration parameter. --- source/_integrations/bluetooth_le_tracker.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/bluetooth_le_tracker.markdown b/source/_integrations/bluetooth_le_tracker.markdown index 76d03ce18b3..3d9320178fb 100644 --- a/source/_integrations/bluetooth_le_tracker.markdown +++ b/source/_integrations/bluetooth_le_tracker.markdown @@ -42,6 +42,11 @@ track_battery: required: false default: false type: boolean +track_battery_interval: + description: Minimum interval to ask the device for its battery status. The battery status will be checked at most once every interval. If `track_battery` is false, this will be ignored. + required: false + default: 1 day + type: time interval_seconds: description: Seconds between each scan for new devices. required: false