# Bluetooth Proxy

## 1. Prerequisite:

To add Bluetooth devices in Home Assistant (HA), we need to use an ESP32 Bluetooth proxy. By configuring the ESP32 with ESPHome, we can turn it into a Bluetooth proxy, allowing it to transmit data from Bluetooth devices to Home Assistant for remote reception and control.&#x20;

The steps to add a Bluetooth proxy in HA can be found in this video:<https://youtu.be/CjpPdwK_ttg?si=qrtO0ekG3L44PQ8l>

## 2. Add ESP32 Bluetooth proxy：

1. Once the ESP32 Bluetooth proxy is ready, please connect it to the same local network as the ISG. Next, open the ISG's Home Assistant (HA) page. Click on Settings - Devices & services.

<figure><img src="/files/dTfGddMKwUCROh1CqGye" alt=""><figcaption></figcaption></figure>

2. Under the "Discovered " category, you will find a device named "esp32s3\_ble\_proxy ESPHome" that has been detected. Click the "Add" button to complete the device addition process.

<figure><img src="/files/muJyXHIRDiPM9E6Sitai" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/vDxdzNqttDN2n0uxZGMV" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Eq0QZbqU73ZHfFWBJXJ1" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/te0FRDG9lun4YQrDjyuS" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.linknlink.com/isg/advanced-features/home-assistant/add-devices-in-home-assistant/bluetooth-proxy.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
