Skip to content

Commit c891afd

Browse files
committed
Merge branch 'beta' into next
2 parents 4f6827a + 1ec2839 commit c891afd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

changelog/2025.8.0.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,19 @@ Beta Changes
232232
- [psram] allow disabling :esphomepr:`10224` by :ghuser:`ssieb`
233233
- Bump aioesphomeapi from 38.2.1 to 39.0.0 :esphomepr:`10222` by :ghuser:`dependabot[bot]`
234234
- Bump esphome-dashboard from 20250514.0 to 20250814.0 :esphomepr:`10227` by :ghuser:`dependabot[bot]`
235+
- [esp32_ble] Add ``USE_ESP32_BLE_UUID`` when advertising is desired :esphomepr:`10230` by :ghuser:`jesserockz`
236+
- Improve error reporting for add_library :esphomepr:`10226` by :ghuser:`stellar-aria`
237+
- [wifi] Automatically disable Enterprise WiFi support when EAP is not configured :esphomepr:`10242` by :ghuser:`bdraco`
238+
- [core] Trigger clean build when components are removed from configuration :esphomepr:`10235` by :ghuser:`bdraco`
239+
- [bluetooth_proxy] Remove redundant connection type check after V1 removal :esphomepr:`10208` by :ghuser:`bdraco`
240+
- [esp32_ble] Optimize BLE event memory usage by eliminating std::vector overhead :esphomepr:`10247` by :ghuser:`bdraco`
241+
- [web_server] fix cover_all_json_generator wrong detail :esphomepr:`10252` by :ghuser:`RFDarter`
242+
- [esp32_ble] Store GATTC/GATTS param and small data inline to nearly eliminate heap allocations :esphomepr:`10249` by :ghuser:`bdraco`
243+
- [senseair] Discard 0 ppm readings with "Out Of Range" bit set. :esphomepr:`10275` by :ghuser:`raineth`
244+
- [core] Fix post-OTA logs display when using esphome run and MQTT :esphomepr:`10274` by :ghuser:`raineth`
245+
- [core] Fix scheduler race condition where cancelled items still execute :esphomepr:`10268` by :ghuser:`bdraco`
246+
- [esp32] Write variant to sdkconfig file :esphomepr:`10267` by :ghuser:`jesserockz`
247+
- [nextion] Don't include terminating NUL in nextion text_sensor states :esphomepr:`10273` by :ghuser:`raineth`
235248

236249
All changes
237250
^^^^^^^^^^^

guides/supporters.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1984,6 +1984,7 @@ Contributors
19841984
- `Simon (@theOzzieRat) <https://github.com/theOzzieRat>`__
19851985
- `Brian Levinsen (@therealeldaria) <https://github.com/therealeldaria>`__
19861986
- `Vladimir Kuznetsov (@theshut) <https://github.com/theshut>`__
1987+
- `thesleepybanana (@thesleepybanana) <https://github.com/thesleepybanana>`__
19871988
- `thevogoncoder (@thevogoncoder) <https://github.com/thevogoncoder>`__
19881989
- `Steve Scott (@thewishy) <https://github.com/thewishy>`__
19891990
- `Zachery Notz (@TheZackCodec) <https://github.com/TheZackCodec>`__
@@ -2207,4 +2208,4 @@ Contributors
22072208
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59>`__
22082209
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev>`__
22092210

2210-
*This page was last updated August 14, 2025.*
2211+
*This page was last updated August 19, 2025.*

0 commit comments

Comments
 (0)