mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Add battery_track_interval to bluetooth_le_tracker (#13397)
Add the description for the new configuration parameter.
This commit is contained in:
parent
0eb7b7cff5
commit
3104bc5201
@ -42,6 +42,11 @@ track_battery:
|
|||||||
required: false
|
required: false
|
||||||
default: false
|
default: false
|
||||||
type: boolean
|
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:
|
interval_seconds:
|
||||||
description: Seconds between each scan for new devices.
|
description: Seconds between each scan for new devices.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user