|
1 | | -## 2025.7.0b3 |
| 1 | +## 2025.7.0b4 |
2 | 2 |
|
3 | 3 | [**Read release announcement**](https://beta.esphome.io/changelog/2025.7.0) |
4 | 4 |
|
5 | | -- [ld2420] Memory optimization, code clean-up [esphome#9426](https://github.com/esphome/esphome/pull/9426) by [@kbx81](https://github.com/kbx81) |
6 | | -- (Maybe?) fix I2S speaker internal DAC mode [esphome#9435](https://github.com/esphome/esphome/pull/9435) by [@pzich](https://github.com/pzich) |
7 | | -- [lvgl] Post-process size arguments in meter config [esphome#9466](https://github.com/esphome/esphome/pull/9466) by [@pzich](https://github.com/pzich) |
8 | | -- Automatically disable interrupts for ESP8266 GPIO16 binary sensors [esphome#9467](https://github.com/esphome/esphome/pull/9467) by [@bdraco](https://github.com/bdraco) |
9 | | -- [substitutions] Fix #7189 [esphome#9469](https://github.com/esphome/esphome/pull/9469) by [@jpeletier](https://github.com/jpeletier) |
10 | | -- Fix pre-commit CI failures by skipping local hooks that require virtual environment [esphome#9476](https://github.com/esphome/esphome/pull/9476) by [@bdraco](https://github.com/bdraco) |
11 | | -- [esp_ldo] Component schema; default priority [esphome#9479](https://github.com/esphome/esphome/pull/9479) by [@clydebarrow](https://github.com/clydebarrow) |
12 | | -- Follow logging best practices by removing redundant component prefix [esphome#9481](https://github.com/esphome/esphome/pull/9481) by [@bdraco](https://github.com/bdraco) |
13 | | -- Fix dormant bug in RAMAllocator::reallocate() manual_size calculation [esphome#9482](https://github.com/esphome/esphome/pull/9482) by [@bdraco](https://github.com/bdraco) |
| 5 | +- Suppress spurious volatile and Python syntax warnings during builds [esphome#9488](https://github.com/esphome/esphome/pull/9488) by [@bdraco](https://github.com/bdraco) |
| 6 | +- [online_image] Support ``byte_order`` [esphome#9502](https://github.com/esphome/esphome/pull/9502) by [@clydebarrow](https://github.com/clydebarrow) |
| 7 | +- [json] Bump ArduinoJson library to 7.4.2 [esphome#8857](https://github.com/esphome/esphome/pull/8857) by [@kahrendt](https://github.com/kahrendt) (breaking-change) |
| 8 | +- [fan] Do not save state for fan if configured as NO_RESTORE [esphome#9472](https://github.com/esphome/esphome/pull/9472) by [@skyegecko](https://github.com/skyegecko) |
| 9 | +- Fix LibreTiny compilation error by updating ESPAsyncWebServer and dependencies [esphome#9492](https://github.com/esphome/esphome/pull/9492) by [@bdraco](https://github.com/bdraco) |
| 10 | +- [captive_portal] Add test case for libretiny [esphome#9457](https://github.com/esphome/esphome/pull/9457) by [@clydebarrow](https://github.com/clydebarrow) |
| 11 | +- [opentherm.output] Fix ``lerp`` [esphome#9506](https://github.com/esphome/esphome/pull/9506) by [@kbx81](https://github.com/kbx81) |
| 12 | +- [servo] Fix ``lerp`` [esphome#9507](https://github.com/esphome/esphome/pull/9507) by [@kbx81](https://github.com/kbx81) |
| 13 | +- Add missing clang-tidy NOLINT comments for ArduinoJson v7 in IDF webserver [esphome#9508](https://github.com/esphome/esphome/pull/9508) by [@bdraco](https://github.com/bdraco) |
| 14 | +- [core] Don't issue -Wno-volatile for host platform [esphome#9511](https://github.com/esphome/esphome/pull/9511) by [@clydebarrow](https://github.com/clydebarrow) |
| 15 | +- [component] Fix ``is_ready`` flag when loop disabled [esphome#9501](https://github.com/esphome/esphome/pull/9501) by [@jesserockz](https://github.com/jesserockz) |
| 16 | +- [ms8607] Fix humidity calc [esphome#9499](https://github.com/esphome/esphome/pull/9499) by [@LorbusChris](https://github.com/LorbusChris) |
14 | 17 |
|
0 commit comments