Keine Integration für bluetooth proxy

Hallo zusammen,
Ich habe über die ESPHome Bluetooth-Proxy Installer-Webseite : Ready-Made Projects — ESPHome nach Anleitung von Simons video
(https://www.youtube.com/watch?v=_kbwI4v2n8U) auf einem Lilygo Pico C3 bluetooth proxy eingerichtet.
Das ging (siehe sceenshot), obwohl auf der o.a. ESPHome Seite stand: “This option only works for “plain” ESP32 and not for ESP32-C3 or other variants.”

bluetooth proxy

Ich habe leider keine Integration dafür, es kommen immer folgende Benachrichtigungen:

Invalid config
The following integrations and platforms could not be set up:

bluetooth_proxy (Show logs)
Please check your config and logs.

Hier die Logs

Logger: homeassistant.setup
Quelle: setup.py:271
Erstmals aufgetreten: 02:11:19 (1 Vorkommnisse)
Zuletzt protokolliert: 02:11:19

Setup failed for 'bluetooth_proxy': Integration not found.

und

Logger: homeassistant.helpers.translation
Quelle: helpers/translation.py:220
Erstmals aufgetreten: 02:11:18 (1 Vorkommnisse)
Zuletzt protokolliert: 02:11:18

Failed to load integration for translation: Integration 'bluetooth_proxy' not found.

Was mache ich falsch, oder was läuft schief?
Ich habe natürlich schon hier im Forum gesucht und gegoogelt, aber nichts gefunden.

Danke im Voraus für Eure Antworten und Hilfe

:crayon:by HarryP: Codezeilen formatiert (bitte immer in </> einbinden)

Wenn ich das richtig sehe, ist das ESPhome.

Hast Du das ESPhome-Add-On installiert?

Ich habe natürlich ESPHome installiert (siehe screenshot)


Im add-on store gibt es sonst nichts für bluetoth proxy o.ä., auch nicht bei HACS

Okay, Du brauchst auch keine weitere spezielle Integration für BT-Geräte.
Wenn HA (über den Proxy) BT-Geräte entdeckt, dann werden diese automatisch erkannt und gemeldet.

…und warum meckert und mosert er herum?
Bluetooth Fehlermeldungen
Danke Euch nochmals für Eure Bemühungen

Na ich würde sagen weil du da irgendwas in die configuration.yaml geschrieben hast, oder etwas fehlt:

geh mal in deine configuration.yaml und schreibe unten dran

bluetooth:

Nicht mehr…

Und als Tipp weil es ein C3 ist der nur einen Kern hat, sonst hängt das Bluetooth bzw. das WLAN wenn diese sich beim Start um den Kern zanken

api:
  encryption:
    key: "deinAPIKey"
  on_client_connected:  #<---
    - esp32_ble_tracker.start_scan:  #<---
       continuous: true  #<---

ota:
  password: "deinpasswort"

wifi:
  networks:
  - ssid: deineSSID
    password: deinpasswort


esp32_ble_tracker:
  scan_parameters:
    continuous: false   #<---

bluetooth_proxy:
  active: true

die Zeilen einfügen/anpassen wo das #<— dran ist