Bluetooth Proxy. devices not showing

I habe a couple of ESP32 Wroom devices wich I want to act as Bluetooth Proxy’s. I all set them up via ESPHome Builder within HA and gave them a static IP and in the yaml code:

bluetooth_proxy:
  active: true

Since I don’t have a SSL connection I needed to download the config and load it onto the devices. This seems to have worked for all of them. As they all show up in ESP Home Builder as online (or offline when unplugged)

When I go to settings → intergrations → ESPHome I see 3 of the 4 devices.

  • diningroom-ble-proxy
  • office-ble-proxy
  • livingroom-ble-proxy

When I go

When I go to settings → intergrations → Bluetooth. I only see that bluetoot integration entities only has the livingroom-ble-proxy. When I try to add a bluetoot devices here with ‘add entry’, I get ‘no configured BluetootH Adapters found’

What am I doing wrong and how do I get all these devices to work as Bluetooth proxy. I followed all steps in a very recent tutorial which told me to set it up in ESPHome Builder

Have you added them though the ESPHome integration? They need to connect to HA in order to send information to the Bluetooth integration.

esp32_ble_tracker:
  scan_parameters:
    active: true

Have you included the above code?