esphome/bluetooth-proxies

Error when adopting from esphome

patatman opened this issue · 2 comments

I just installed the bluetooth proxy using: https://esphome.github.io/bluetooth-proxies/
But after trying to adopt the board in my local esphome, I got an error:
[active] is an invalid option for [bluetooth proxy]

Removed the active part on the generic-esp yaml.

#31 should fix it.

active is not on the stable version but on dev.
If you use the latest ESPHome dev version, you will be able to use active with bluetooth_proxy

Aha! Thanks for clarifying, I'll remove my PR.