From 2adb86001c416e6a028fc7ece165c7d2f223bad7 Mon Sep 17 00:00:00 2001 From: Marco H Date: Wed, 21 Feb 2024 18:21:12 +0000 Subject: [PATCH] Update bluetooth.markdown (#31527) Replace link to ESPHome bluetooth proxy documentation (the previous link redirected to this page). --- source/_integrations/bluetooth.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/bluetooth.markdown b/source/_integrations/bluetooth.markdown index 04a376f54bf..7638b828528 100644 --- a/source/_integrations/bluetooth.markdown +++ b/source/_integrations/bluetooth.markdown @@ -21,7 +21,7 @@ The **Bluetooth** {% term integration %} will detect nearby Bluetooth devices. D ## Before you begin -In many cases, a better approach than a directly connected adapter or card is to use a Bluetooth proxy using an ESP32 since Linux kernel updates have previously broken Bluetooth functionality and Bluetooth driver support Linux generally falls behind other operating systems for newer adapters. A Bluetooth proxy is particularly interesting to users who virtualize their instance, where the USB pass-through may cause additional problems. More information is available in the Remote Adapters section below or by visiting ESPhome's [Bluetooth proxy page](https://esphome.github.io/bluetooth-proxies/). +In many cases, a better approach than a directly connected adapter or card is to use a Bluetooth proxy using an ESP32 since Linux kernel updates have previously broken Bluetooth functionality and Bluetooth driver support Linux generally falls behind other operating systems for newer adapters. A Bluetooth proxy is particularly interesting to users who virtualize their instance, where the USB pass-through may cause additional problems. More information is available in the Remote Adapters section below or by visiting ESPhome's [Bluetooth proxy page](https://esphome.io/projects/?type=bluetooth). Suppose a Bluetooth proxy is not a good fit for your use case. Consider using the Home Assistant Operating System when using a local adapter because it includes Bluetooth patches for issues unsolved in other operating systems. @@ -251,7 +251,7 @@ When adding multiple remote adapters to increase range or available connection s The following remote adapters are supported: -- [ESPHome](https://esphome.github.io/bluetooth-proxies/) +- [ESPHome](https://esphome.io/projects/?type=bluetooth) - Bluetooth advertisement listening: ESPHome ESP32 device with firmware 2022.8.2 or later - Bluetooth advertisement bundling: ESPHome ESP32 device with firmware 2023.6.0 or later - Single active connection: ESPHome ESP32 device with firmware 2022.9.3 or later