I added the bluetooth_le_tracker to the configuration.yaml as described in Bluetooth LE Tracker - Home Assistant.
device_tracker:
- platform: bluetooth_tracker
new_device_defaults:
track_new_devices: true
- platform: bluetooth_le_tracker
new_device_defaults:
track_new_devices: true
When starting the Docker container I get the following error message.
WARNING (SyncWorker_5) [homeassistant.components.bluetooth_le_tracker.device_tracker] No Bluetooth LE devices to track!
ERROR (MainThread) [homeassistant.components.device_tracker] Error setting up platform legacy
I’m using a Raspberry Pi 4 (Model B Rev1.1) to do this.
I saw a lot of topics regarding this issue, but haven’t solved it for me yet.
Is this a known issue when using the Docker image, or am I doing something wrong?
How can I get Bluetooth LE Tracker to work?