Update bluetooth_le_tracker.markdown (#10351)

set track_new_devices default to false, as the version 0.97.2 is false.
I had checked the code to understand why nothing was detected and the conclusion is the default value is false
This commit is contained in:
Mickaël Cornière 2019-09-13 20:28:13 +02:00 committed by Franck Nijhof
parent 936cdcce87
commit ba6916beb2

View File

@ -37,7 +37,7 @@ device_tracker:
track_new_devices:
description: If new discovered devices are tracked by default.
required: false
default: true
default: false
type: boolean
interval_seconds:
description: Seconds between each scan for new devices.