Add battery_track_interval to bluetooth_le_tracker (#13397)

Add the description for the new configuration parameter.
This commit is contained in:
guillempages 2020-06-01 16:12:51 +02:00 committed by GitHub
parent 0eb7b7cff5
commit 3104bc5201
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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