ESPHome packages for creating BLE Proxies that work well with Bermuda.
These package files are designed to:
- Make creating a proxy easy
- Ensure you get the best performance from the device
- Provide fast and frequent updates to Home Assistant (and therefore to Bermuda).
For each MCU type, there is a "full" package and a "minimal" package. The "full" package includes everything you need to flash a bare board and get up and running with a proxy tuned for Bermuda.
The "minimal" package is ideal if you want to add bluetooth proxy to an esphome device you have already flashed. You can just add this to your existing config and it won't stomp all over it :-)
You can view the actual settings used in the packages folder, and explanations of the various settings on the Bermuda Wiki
To add Bermuda-friendly bluetooth proxy to an existing esphome yaml, add this section to the yaml and install it:
packages:
Bermuda.esp32: github://agittins/bermuda-proxies/packages/bermuda-proxy-esp32-orig-minimal.yaml
To add Bermuda-friendly bluetooth proxy to an existing esphome yaml, add this section to the yaml and install it:
packages:
Bermuda.esp32: github://agittins/bermuda-proxies/packages/bermuda-proxy-esp32-s3-minimal.yaml
To add Bermuda-friendly bluetooth proxy to an existing esphome yaml, add this section to the yaml and install it:
packages:
Bermuda.esp32: github://agittins/bermuda-proxies/packages/bermuda-proxy-esp32-c3-minimal.yaml