Skip to content

Commit 3736662

Browse files
author
esphomebot
committed
Bump version to 2025.7.0b4
1 parent 5c2c7b9 commit 3736662

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

esphome-beta/CHANGELOG.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
## 2025.7.0b3
1+
## 2025.7.0b4
22

33
[**Read release announcement**](https://beta.esphome.io/changelog/2025.7.0)
44

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)
1417

esphome-beta/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ init: false
3232
startup: services
3333
name: ESPHome Device Builder (beta)
3434
panel_title: ESPHome Builder (beta)
35-
version: 2025.7.0b3
35+
version: 2025.7.0b4
3636
slug: esphome-beta
3737
description: Beta version of ESPHome Device Builder
3838
image: ghcr.io/esphome/esphome-hassio

template/addon_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ esphome-beta:
7171
directory: esphome-beta
7272
name: ESPHome Device Builder (beta)
7373
panel_title: ESPHome Builder (beta)
74-
version: "2025.7.0b3" # BETA
74+
version: "2025.7.0b4" # BETA
7575
slug: esphome-beta
7676
description: "Beta version of ESPHome Device Builder"
7777
url: https://beta.esphome.io/

0 commit comments

Comments
 (0)