Skip to content

Commit 3484769

Browse files
authored
Merge pull request #5360 from esphome/bump-2025.9.0b2
2025.9.0b2
2 parents 32bbe93 + 6d53649 commit 3484769

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

content/changelog/2025.9.0.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,29 @@ and advanced setups may require updates.
163163
- [core] Store component source strings in flash on ESP8266 (breaking change) [esphome#10621](https://github.com/esphome/esphome/pull/10621) by [@bdraco](https://github.com/bdraco) (breaking-change)
164164
- [inkplate] Rename component and fix grayscale [esphome#10200](https://github.com/esphome/esphome/pull/10200) by [@JosipKuci](https://github.com/JosipKuci) (breaking-change)
165165

166+
### Beta Changes
167+
168+
- Update webserver local assets to 20250910-110003 [esphome#10668](https://github.com/esphome/esphome/pull/10668) by [@esphomebot](https://github.com/esphomebot)
169+
- [adc] Fix `FILTER_SOURCE_FILES` location [esphome#10673](https://github.com/esphome/esphome/pull/10673) by [@jesserockz](https://github.com/jesserockz)
170+
- Openthread Fix Factory Reset [esphome#9281](https://github.com/esphome/esphome/pull/9281) by [@rwrozelle](https://github.com/rwrozelle)
171+
- [core] Add millisecond precision to logging timestamps [esphome#10677](https://github.com/esphome/esphome/pull/10677) by [@bdraco](https://github.com/bdraco)
172+
- Add comprehensive tests for choose_upload_log_host to prevent regressions [esphome#10679](https://github.com/esphome/esphome/pull/10679) by [@bdraco](https://github.com/bdraco)
173+
- Add some more coverage for dashboard web_server [esphome#10682](https://github.com/esphome/esphome/pull/10682) by [@bdraco](https://github.com/bdraco)
174+
- [tests] Add upload_program and show_logs test coverage to prevent regressions [esphome#10684](https://github.com/esphome/esphome/pull/10684) by [@bdraco](https://github.com/bdraco)
175+
- Add additional dashboard and main tests [esphome#10688](https://github.com/esphome/esphome/pull/10688) by [@bdraco](https://github.com/bdraco)
176+
- [core] fix upload to device via MQTT IP lookup (e.g. when mDNS is disable) [esphome#10632](https://github.com/esphome/esphome/pull/10632) by [@Links2004](https://github.com/Links2004)
177+
- Bump aioesphomeapi from 40.1.0 to 40.2.0 [esphome#10703](https://github.com/esphome/esphome/pull/10703) by [@dependabot[bot]](https://github.com/apps/dependabot)
178+
- [ethernet] Fix permanent component failure from undocumented ESP_FAIL in IPv6 setup [esphome#10708](https://github.com/esphome/esphome/pull/10708) by [@bdraco](https://github.com/bdraco)
179+
- [core] Optimize MAC address formatting to eliminate sprintf dependency [esphome#10713](https://github.com/esphome/esphome/pull/10713) by [@bdraco](https://github.com/bdraco)
180+
- [api] Revert unneeded GetTime bidirectional support added in #9790 [esphome#10702](https://github.com/esphome/esphome/pull/10702) by [@bdraco](https://github.com/bdraco)
181+
- [api] Optimize HelloResponse server_info to reduce memory usage [esphome#10701](https://github.com/esphome/esphome/pull/10701) by [@bdraco](https://github.com/bdraco)
182+
- [scheduler] Fix timing accumulation in scheduler causing incorrect execution measurements [esphome#10719](https://github.com/esphome/esphome/pull/10719) by [@bdraco](https://github.com/bdraco)
183+
- ina2xx should be total increasing for energy sensor [esphome#10711](https://github.com/esphome/esphome/pull/10711) by [@mikelawrence](https://github.com/mikelawrence)
184+
- Bump aioesphomeapi from 40.2.0 to 40.2.1 [esphome#10721](https://github.com/esphome/esphome/pull/10721) by [@dependabot[bot]](https://github.com/apps/dependabot)
185+
- [md5] Optimize MD5::get_hex() to eliminate sprintf dependency [esphome#10710](https://github.com/esphome/esphome/pull/10710) by [@bdraco](https://github.com/bdraco)
186+
- [wifi] Optimize WiFi MAC formatting to eliminate sprintf dependency [esphome#10715](https://github.com/esphome/esphome/pull/10715) by [@bdraco](https://github.com/bdraco)
187+
- [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+
166189
### All changes
167190

168191
<details>

content/guides/supporters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2227,4 +2227,4 @@ ESPHome was originally founded by [Otto Winter (@OttoWinter)](https://github.com
22272227
- [Christian Zufferey (@zuzu59)](https://github.com/zuzu59)
22282228
- [Zynth-dev (@Zynth-dev)](https://github.com/Zynth-dev)
22292229

2230-
*This page was last updated September 10, 2025.*
2230+
*This page was last updated September 15, 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.0b1
1+
release: 2025.9.0b2
22
version: '2025.9'

0 commit comments

Comments
 (0)