From fb5ea612b3bbfaa9a0cf48619ac9d0da4df510c5 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Tue, 27 Jun 2023 15:31:30 -0400 Subject: [PATCH] bluetooth_proxy: Clarify that only BLE devices are supported. (#2999) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: H. Árkosi Róbert --- components/bluetooth_proxy.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/components/bluetooth_proxy.rst b/components/bluetooth_proxy.rst index 4084b6d27..8703f113a 100644 --- a/components/bluetooth_proxy.rst +++ b/components/bluetooth_proxy.rst @@ -6,11 +6,14 @@ Bluetooth Proxy :image: bluetooth.svg Home Assistant can expand its Bluetooth reach by communicating through the Bluetooth proxy component in ESPHome. -The Individual device integrations in Home Assistant (such as BTHome) will receive the data from the Bluetooth -Integration in Home Assistant which automatically aggregates all ESPHome bluetooth proxies with any USB Bluetooth +The individual device integrations in Home Assistant (such as BTHome) will receive the data from the Bluetooth +Integration in Home Assistant which automatically aggregates all ESPHome Bluetooth proxies with any USB Bluetooth Adapters you might have. This exceptional feature offers fault tolerant connection between the Bluetooth devices and Home Assistant. +Note that while ths component is named ``bluetooth_proxy``, only BLE devices (and their Home Assistant integrations) +are supported. + If you're looking to create an ESPHome node that is just a Bluetooth Proxy, see our `Bluetooth Proxy installer `__ website.