WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 2be11f3

Browse files
authored
Merge pull request #5096 from esphome/bump-2025.7.0b3
2025.7.0b3
2 parents b3a5435 + d5da071 commit 2be11f3

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_PATH = ../esphome
2-
ESPHOME_REF = 2025.7.0b2
2+
ESPHOME_REF = 2025.7.0b3
33
PAGEFIND_VERSION=1.1.1
44
PAGEFIND=pagefind
55
NET_PAGEFIND=../pagefindbin/pagefind

_static/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025.7.0b2
1+
2025.7.0b3

changelog/2025.7.0.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -448,6 +448,14 @@ Beta Changes
448448
- Only generate protobuf encode/decode methods for the message direction they're used :esphomepr:`9461` by :ghuser:`bdraco`
449449
- [usb_uart] Be flexible about descriptor layout for CDC-ACM devices :esphomepr:`9425` by :ghuser:`clydebarrow`
450450
- [libretiny] Set lib_compat_mode to soft for libretiny :esphomepr:`9439` by :ghuser:`swoboda1337`
451+
- [ld2420] Memory optimization, code clean-up :esphomepr:`9426` by :ghuser:`kbx81`
452+
- (Maybe?) fix I2S speaker internal DAC mode :esphomepr:`9435` by :ghuser:`pzich`
453+
- [lvgl] Post-process size arguments in meter config :esphomepr:`9466` by :ghuser:`pzich`
454+
- Automatically disable interrupts for ESP8266 GPIO16 binary sensors :esphomepr:`9467` by :ghuser:`bdraco`
455+
- [substitutions] Fix #7189 :esphomepr:`9469` by :ghuser:`jpeletier`
456+
- [esp_ldo] Component schema; default priority :esphomepr:`9479` by :ghuser:`clydebarrow`
457+
- Follow logging best practices by removing redundant component prefix :esphomepr:`9481` by :ghuser:`bdraco`
458+
- Fix dormant bug in RAMAllocator::reallocate() manual_size calculation :esphomepr:`9482` by :ghuser:`bdraco`
451459

452460
All changes
453461
^^^^^^^^^^^
@@ -704,6 +712,14 @@ All changes
704712
- Only generate protobuf encode/decode methods for the message direction they're used :esphomepr:`9461` by :ghuser:`bdraco`
705713
- [usb_uart] Be flexible about descriptor layout for CDC-ACM devices :esphomepr:`9425` by :ghuser:`clydebarrow`
706714
- [libretiny] Set lib_compat_mode to soft for libretiny :esphomepr:`9439` by :ghuser:`swoboda1337`
715+
- [ld2420] Memory optimization, code clean-up :esphomepr:`9426` by :ghuser:`kbx81`
716+
- (Maybe?) fix I2S speaker internal DAC mode :esphomepr:`9435` by :ghuser:`pzich`
717+
- [lvgl] Post-process size arguments in meter config :esphomepr:`9466` by :ghuser:`pzich`
718+
- Automatically disable interrupts for ESP8266 GPIO16 binary sensors :esphomepr:`9467` by :ghuser:`bdraco`
719+
- [substitutions] Fix #7189 :esphomepr:`9469` by :ghuser:`jpeletier`
720+
- [esp_ldo] Component schema; default priority :esphomepr:`9479` by :ghuser:`clydebarrow`
721+
- Follow logging best practices by removing redundant component prefix :esphomepr:`9481` by :ghuser:`bdraco`
722+
- Fix dormant bug in RAMAllocator::reallocate() manual_size calculation :esphomepr:`9482` by :ghuser:`bdraco`
707723

708724
Dependency Changes
709725
^^^^^^^^^^^^^^^^^^

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# The short X.Y version.
7474
version = "2025.7"
7575
# The full version, including alpha/beta/rc tags.
76-
release = "2025.7.0b2"
76+
release = "2025.7.0b3"
7777

7878
# The language for content autogenerated by Sphinx. Refer to documentation
7979
# for a list of supported languages.

guides/supporters.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,4 +2180,4 @@ Contributors
21802180
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
21812181
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
21822182

2183-
*This page was last updated July 13, 2025.*
2183+
*This page was last updated July 14, 2025.*

0 commit comments

Comments
 (0)