Bluetooth Tracker


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:

device_tracker:
  platform: bluetooth_tracker

For additional configuration variables check the Device tracker page.