Skip to content

Commit dee2a70

Browse files
authored
Merge pull request #5256 from esphome/bump-2025.8.0b4
2025.8.0b4
2 parents 1ec2839 + 37bcd4f commit dee2a70

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-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.8.0b3
2+
ESPHOME_REF = 2025.8.0b4
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.8.0b3
1+
2025.8.0b4

changelog/2025.8.0.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@ Beta Changes
245245
- [core] Fix scheduler race condition where cancelled items still execute :esphomepr:`10268` by :ghuser:`bdraco`
246246
- [esp32] Write variant to sdkconfig file :esphomepr:`10267` by :ghuser:`jesserockz`
247247
- [nextion] Don't include terminating NUL in nextion text_sensor states :esphomepr:`10273` by :ghuser:`raineth`
248+
- [atm90e32] Only read 1 register per SPI transaction per datasheet. :esphomepr:`10258` by :ghuser:`raineth`
249+
- [pipsolar] fix faults_present, fix update interval :esphomepr:`10289` by :ghuser:`patagonaa`
250+
- [bluetooth_proxy] Fix connection slot race by deferring slot release until GATT close :esphomepr:`10303` by :ghuser:`bdraco`
248251

249252
All changes
250253
^^^^^^^^^^^

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.8"
7575
# The full version, including alpha/beta/rc tags.
76-
release = "2025.8.0b3"
76+
release = "2025.8.0b4"
7777

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

guides/supporters.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1557,6 +1557,7 @@ Contributors
15571557
- `Faidon Liambotis (@paravoid) <https://github.com/paravoid>`__
15581558
- `Pascal Roeleven (@pascallj) <https://github.com/pascallj>`__
15591559
- `Pasi Suominen (@pasiz) <https://github.com/pasiz>`__
1560+
- `Patrick (@patagonaa) <https://github.com/patagonaa>`__
15601561
- `Patrick Felstead (@patfelst) <https://github.com/patfelst>`__
15611562
- `Patrick Collins (@patrickcollins12) <https://github.com/patrickcollins12>`__
15621563
- `Patrick van der Leer (@patvdleer) <https://github.com/patvdleer>`__
@@ -2208,4 +2209,4 @@ Contributors
22082209
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
22092210
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
22102211

2211-
*This page was last updated August 19, 2025.*
2212+
*This page was last updated August 20, 2025.*

0 commit comments

Comments
 (0)