Skip to content

Commit c45b9be

Browse files
authored
Merge pull request #5368 from esphome/bump-2025.9.0b3
2025.9.0b3
2 parents 3484769 + 08f51c3 commit c45b9be

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

content/changelog/2025.9.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,13 @@ and advanced setups may require updates.
185185
- [md5] Optimize MD5::get_hex() to eliminate sprintf dependency [esphome#10710](https://github.com/esphome/esphome/pull/10710) by [@bdraco](https://github.com/bdraco)
186186
- [wifi] Optimize WiFi MAC formatting to eliminate sprintf dependency [esphome#10715](https://github.com/esphome/esphome/pull/10715) by [@bdraco](https://github.com/bdraco)
187187
- [esp32_ble] Optimize BLE hex formatting to eliminate sprintf dependency [esphome#10714](https://github.com/esphome/esphome/pull/10714) by [@bdraco](https://github.com/bdraco)
188+
- Improve coverage for various core modules [esphome#10663](https://github.com/esphome/esphome/pull/10663) by [@bdraco](https://github.com/bdraco)
189+
- Add additional test coverage ahead of Path conversion [esphome#10700](https://github.com/esphome/esphome/pull/10700) by [@bdraco](https://github.com/bdraco)
190+
- [select] Use const references to avoid unnecessary vector copies [esphome#10741](https://github.com/esphome/esphome/pull/10741) by [@bdraco](https://github.com/bdraco)
191+
- [dashboard] Fix archive handler to properly delete build folders using correct path [esphome#10724](https://github.com/esphome/esphome/pull/10724) by [@bdraco](https://github.com/bdraco)
192+
- [ethernet] Conditionally compile PHY-specific code to reduce flash usage [esphome#10747](https://github.com/esphome/esphome/pull/10747) by [@bdraco](https://github.com/bdraco)
193+
- [mqtt] fix publish payload length when payload contains null characters [esphome#10744](https://github.com/esphome/esphome/pull/10744) by [@jokujossai](https://github.com/jokujossai)
194+
- [ade7880] fix channel a voltage registry [esphome#10750](https://github.com/esphome/esphome/pull/10750) by [@jokujossai](https://github.com/jokujossai)
188195

189196
### All changes
190197

content/guides/supporters.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1403,6 +1403,7 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
14031403
- [Moriah Morgan (@moriahmorgan)](https://github.com/moriahmorgan)
14041404
- [Moritz Glöckl (@moritzgloeckl)](https://github.com/moritzgloeckl)
14051405
- [moritzj29 (@moritzj29)](https://github.com/moritzj29)
1406+
- [Gustav Mårdestam (@morotsgurka)](https://github.com/morotsgurka)
14061407
- [morph027 (@morph027)](https://github.com/morph027)
14071408
- [Chris Laplante (@mostthingsweb)](https://github.com/mostthingsweb)
14081409
- [Mowbys (@Mowbys)](https://github.com/Mowbys)
@@ -2227,4 +2228,4 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
22272228
- [Christian Zufferey (@zuzu59)](https://github.com/zuzu59)
22282229
- [Zynth-dev (@Zynth-dev)](https://github.com/Zynth-dev)
22292230

2230-
*This page was last updated September 15, 2025.*
2231+
*This page was last updated September 16, 2025.*

data/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
release: 2025.9.0b2
1+
release: 2025.9.0b3
22
version: '2025.9'

0 commit comments

Comments
 (0)