File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,19 @@ Beta Changes
232
232
- [psram] allow disabling :esphomepr: `10224 ` by :ghuser: `ssieb `
233
233
- Bump aioesphomeapi from 38.2.1 to 39.0.0 :esphomepr: `10222 ` by :ghuser: `dependabot[bot] `
234
234
- 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 `
235
248
236
249
All changes
237
250
^^^^^^^^^^^
Original file line number Diff line number Diff line change @@ -1984,6 +1984,7 @@ Contributors
1984
1984
- `Simon (@theOzzieRat) <https://github.com/theOzzieRat >`__
1985
1985
- `Brian Levinsen (@therealeldaria) <https://github.com/therealeldaria >`__
1986
1986
- `Vladimir Kuznetsov (@theshut) <https://github.com/theshut >`__
1987
+ - `thesleepybanana (@thesleepybanana) <https://github.com/thesleepybanana >`__
1987
1988
- `thevogoncoder (@thevogoncoder) <https://github.com/thevogoncoder >`__
1988
1989
- `Steve Scott (@thewishy) <https://github.com/thewishy >`__
1989
1990
- `Zachery Notz (@TheZackCodec) <https://github.com/TheZackCodec >`__
@@ -2207,4 +2208,4 @@ Contributors
2207
2208
- `Christian Zufferey (@zuzu59) <https://github.com/zuzu59 >`__
2208
2209
- `Zynth-dev (@Zynth-dev) <https://github.com/Zynth-dev >`__
2209
2210
2210
- *This page was last updated August 14 , 2025. *
2211
+ *This page was last updated August 19 , 2025. *
You can’t perform that action at this time.
0 commit comments