I am trying to set this up (I want also to see if it works for pairing Matter devices, btw) but I’m getting the following when I try to compile anything in ESPHome:
Component not found: bluetooth_proxy.
and the editor also complains about the bluetooth_proxy:
in the configuration file. I HAVE updated to HA 2022.9.1, it is a regular ESP32 device, etc, and I’ve included esp32_ble_tracker:
as well (with no other configuration for either). However, I am running “ESPHome (dev)”, which (since it is the dev version) should have all the latest stuff… right? The change log linked from the add-on page even mentions it. I would uninstall the ESPHome addon and reinstall a non-dev version but don’t want to screw up my ESPHome configuration. Ideally the dev version would have support for this, too. I’m thinking perhaps it was simply overlooked?
Update: I switched to the “regular” release (did not uninstall the dev version, just stopped it and installed the regular one alongside it then started it) and the compile works now. So this feature made it into the regular release, but not the dev release?