Add note about disabling Bluetooth adapters with poor performance (#37261)

This commit is contained in:
J. Nick Koston 2025-02-03 00:29:53 -06:00 committed by GitHub
parent 26e7e517f4
commit c26e1c2446
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -293,7 +293,13 @@ Bluetooth advertisement bundling reduces traffic between Home Assistant and the
### Improving connection times
The connection time and performance vary greatly based on the Bluetooth adapter and interference. The below adapters are listed from best-performing to worst-performing:
Connection time and performance vary greatly depending on the Bluetooth adapter and interference.
{% warning %}
When switching to an adapter with better performance, disable the old, less performant adapters. The best signal and available connection slots are considered when making connections, and performance will be limited to the worst-performing adapter with the best signal to reach the remote device.
{% endwarning %}
The below adapters are listed from best-performing to worst-performing:
- [Ethernet-connected Bluetooth proxies](#remote-adapters-bluetooth-proxies) running ESPHome 2023.6.0 or later with [passive scanning](https://esphome.io/components/esp32_ble_tracker.html#configuration-variables)
- [USB High performance adapter](#known-working-high-performance-adapters) with [passive scanning](#passive-scanning)