This tracker discovers new devices on boot and tracks bluetooth devices periodically based on interval_seconds value. It is not requiered to pair the devices with eachother!
-Devices discovered are stored with ‘bt_’ as the prefix for device mac address in known_devices.yaml.
+
This tracker discovers new devices on boot and tracks bluetooth devices periodically based on interval_seconds value. It is not required to pair the devices with each other!
+Devices discovered are stored with ‘bt_’ as the prefix for device mac addresses in known_devices.yaml.
-Requires PyBluez. If you are on raspbian, make sure you first install bluetooth and libbluetooth-dev by running sudo apt install bluetooth libbluetooth-dev
+Requires PyBluez. If you are on Raspbian, make sure you first install bluetooth and libbluetooth-dev by running sudo apt install bluetooth libbluetooth-dev
To use the Bluetooth tracker in your installation, add the following to your configuration.yaml file: