From c2b6058330ea8a9878d27c46ed00be1bd00fb058 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 19 Jun 2023 05:08:18 -0500 Subject: [PATCH] Document proxies that support Bluetooth advertisement bundling (#27870) --- source/_integrations/bluetooth.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/bluetooth.markdown b/source/_integrations/bluetooth.markdown index d90d65d119f..439484fe1f6 100644 --- a/source/_integrations/bluetooth.markdown +++ b/source/_integrations/bluetooth.markdown @@ -242,13 +242,17 @@ The following remote adapters are supported: - [ESPHome](https://esphome.github.io/bluetooth-proxies/) - Bluetooth advertisement listening: ESPHome ESP32 device with firmware 2022.8.2 or later + - Bluetooth advertisement bundling: ESPHome ESP32 device with firmware 2022.6.0 or later - Single active connection: ESPHome ESP32 device with firmware 2022.9.3 or later - Multiple active connections: ESPHome ESP32 device with firmware 2022.11.0 or later - [Shelly](/integrations/shelly/) - Bluetooth advertisement listening: Shelly v2 device with firmware 12.0 or later + - Bluetooth advertisement bundling: not supported - Single active connection: not supported - Multiple active connections: not supported +Bluetooth advertisement bundling reduces traffic between Home Assistant and the proxy, significantly improving performance and reducing the time that Bluetooth and WiFi compete for air time for devices that share a radio. + ## Troubleshooting ### Integrations that require exclusive use of the Bluetooth Adapter