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