Breaking Changes
The bluetooth-proxy
addon is no longer included by default in the base config (base.yaml
) and is instead included only in the stock firmware config (stock.yaml
). If you use the base config in your ESPHome configuration and still wish to retain the Bluetooth proxy, you can add it yourself by adding these lines to your config:
esp32_ble_tracker:
bluetooth_proxy:
active: false # Change to true if you wish to proxy active connections as well (warning: comes with performance impact)
New Features
This firmware release adds support for Improv over BLE to the stock firmware, which makes setup much easier for those with a Bluetooth-enabled Home Assistant instance. Here is an example of the process from the Home Assistant blog:
cropped.mp4
Flashing
See the documentation for more information on how to non-destructively update the firmware via an OTA.
If you are flashing an OTA to your Upsy Desky, use the firmware.bin
asset. If you are flashing from scratch, use firmware-factory.bin
instead.