diff --git a/source/_components/device_tracker.bluetooth_tracker.markdown b/source/_components/device_tracker.bluetooth_tracker.markdown index 71f14c7052c..141466e17e1 100644 --- a/source/_components/device_tracker.bluetooth_tracker.markdown +++ b/source/_components/device_tracker.bluetooth_tracker.markdown @@ -14,12 +14,15 @@ ha_iot_class: "Local Poll" This tracker discovers new devices on boot and tracks bluetooth devices periodically based on interval_seconds value. Devices discovered are stored with 'bt_' as the prefix for device mac in `known_devices.yaml`. +

Requires PyBluez +

+ +To use the Bluetooth tracker in your installation, add the following to your `configuration.yaml` file: ```yaml device_tracker: platform: bluetooth_tracker - track_new_devices: true - interval_seconds: 60 - consider_home: 180 ``` + +For additional configuration variables check the [Device tracker page](/components/device_tracker/).