2026.8.0b4Pre-release
Changed 5
- Bump bundled esphome-device-builder to 1.11.0
- Skip ccache when the binary on PATH fails to run in platformio
- Fail early with a clear error on non BLE 5.x SoCs in bk72xx_ble
- Skip redundant ESP8266 main loop wake posts from ISR context
- Split crash handler addr2line hint per core in esp32
Fixed 3
- Account for min value when resetting rotary_encoder
- Pass NaN through the delta filter again in sensor
- Bump esp-zigbee-sdk to 2.0.4 for zigbee
From ESPHome
- Bump bundled esphome-device-builder to 1.10.0 esphome#18389 by @esphome[bot]
- [rotary_encoder] account for min value when resetting esphome#18197 by @ssieb
- Bump bundled esphome-device-builder to 1.11.0 esphome#18403 by @esphome[bot]
- [platformio] Skip ccache when the binary on PATH fails to run esphome#18407 by @bdraco
- [sensor] Pass NaN through the delta filter again esphome#18400 by @swoboda1337
- [zigbee] bump esp-zigbee-sdk to 2.0.4 esphome#18415 by @luar123
- [bk72xx_ble] Fail early with a clear error on non BLE 5.x SoCs esphome#18406 by @bdraco
- [core] Skip redundant ESP8266 main loop wake posts from ISR context esphome#18416 by @bdraco
- [esp32] Split crash handler addr2line hint per core esphome#18418 by @bdraco