J. Nick Koston
1e22861d11
[web_server] Skip setters that pass the default port, log and include internal values ( #19226 )
2026-09-14 16:50:00 +12:00
J. Nick Koston
282be54d1e
[number] Fix the default mode check so mode auto is no longer emitted ( #19231 )
2026-09-14 16:44:36 +12:00
Jesse Hills
abadfbfd20
[core] Mark filters, manual_ip and interlock as advanced ( #19272 )
2026-09-14 16:32:31 +12:00
Jesse Hills
93b3dc1876
Merge branch 'beta' into dev
2026-09-14 15:27:22 +12:00
Jesse Hills
e7c9c5ad0b
Merge pull request #19270 from esphome/bump-2026.9.0b4
...
2026.9.0b4
2026.9.0b4
2026-09-14 15:27:03 +12:00
J. Nick Koston
82b608706c
[bluetooth_connection] Keep USE_BLUETOOTH_PROXY out of the shared host test binary ( #19271 )
2026-09-14 14:18:38 +12:00
J. Nick Koston
02648d3547
[bluetooth_connection] Keep USE_BLUETOOTH_PROXY out of the shared host test binary ( #19271 )
2026-09-14 14:17:58 +12:00
tronikos
41e34c19eb
[template] Stop water heater republishing when a temperature is unknown ( #19013 )
2026-09-14 13:36:39 +12:00
Jeff Brown
a0821c225a
[pmsa003i] Fix read from uninitialized stack memory ( #19053 )
2026-09-14 13:18:52 +12:00
Jesse Hills
7fe0689fb8
Bump version to 2026.9.0b4
2026-09-14 13:12:27 +12:00
J. Nick Koston
93fa95c833
[api] Reuse overflow buffer storage instead of allocating per stalled write ( #19093 )
2026-09-14 13:12:26 +12:00
Jesse Hills
501009073d
[core] Clear loaded_platforms on CORE.reset() ( #19268 )
2026-09-14 13:12:26 +12:00
J. Nick Koston
81a54ea9db
[ota] Allocate the signature block through RAMAllocator ( #19251 )
2026-09-14 13:12:26 +12:00
J. Nick Koston
e28b4eb2a0
[ethernet] Keep the W5500 SPI context in a static instance instead of the heap ( #19248 )
2026-09-14 13:12:26 +12:00
J. Nick Koston
ebe72c3cef
[core] Resolve file paths against the YAML file that declares them ( #19259 )
2026-09-14 13:12:26 +12:00
J. Nick Koston
977542061d
[esphome] Allocate the OTA noise session and auth buffer through RAMAllocator ( #19249 )
2026-09-14 13:12:26 +12:00
J. Nick Koston
b0b75f705a
[nextion] Allocate queue components through RAMAllocator and free entries the way they were allocated ( #19246 )
2026-09-14 13:12:25 +12:00
J. Nick Koston
be2c3dda94
[esp32_ble_tracker] Revert coexistence preference to balanced when OTA starts ( #19082 )
2026-09-14 13:12:25 +12:00
Kevin Ahrendt
64fd87f436
[i2s_audio][router] Loop thread controls all state changes ( #19089 )
2026-09-14 13:12:25 +12:00
J. Nick Koston
cd5d4ff254
[core] Add RAMAllocator::make_unique for objects whose allocation may fail ( #19245 )
2026-09-14 13:12:25 +12:00
J. Nick Koston
1a555d5848
[esp32_ble_tracker] Re-register GATT clients after ble.disable and ble.enable ( #19068 )
2026-09-14 13:12:25 +12:00
J. Nick Koston
b17cd89469
[wifi] Drop a scan instead of aborting when its results cannot be allocated, filter ESP32 scans by SSID in the driver ( #19254 )
2026-09-14 13:12:25 +12:00
esphome[bot]
9064bfcc85
Bump bundled esphome-device-builder to 1.14.9 ( #19263 )
2026-09-14 13:12:25 +12:00
J. Nick Koston
0803d7b37c
[core] Add FixedVector::try_init so callers can handle an exhausted heap ( #19253 )
2026-09-14 13:12:25 +12:00
J. Nick Koston
9814966fe7
[noise] Bump noise-c to 0.1.30 and libsodium to 1.10021.11 ( #19062 )
2026-09-14 13:12:25 +12:00
esphome[bot]
3eda3060b8
Bump bundled esphome-device-builder to 1.14.8 ( #19250 )
2026-09-14 13:12:25 +12:00
Clyde Stubbs
6cc2b9bf17
[lvgl] Fix crash when using lvgl.list.add ( #19177 )
2026-09-14 13:12:25 +12:00
esphome[bot]
1975b17eac
Bump bundled esphome-device-builder to 1.14.7 ( #19096 )
2026-09-14 13:12:25 +12:00
J. Nick Koston
3b499ecb3e
[core] Support set_internal() during setup, log error after setup ( #19069 )
2026-09-14 13:12:25 +12:00
esphome[bot]
6bd6603d52
Bump bundled esphome-device-builder to 1.14.6 ( #19072 )
2026-09-14 13:12:25 +12:00
Robin Thoni and Jesse Hills
ad4ee1d34e
[network] Improve network::is_connected() to better handle multiple interfaces ( #18999 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2026-09-14 13:12:25 +12:00
Remco van Essen
ccec6e72bf
[sendspin] Fix codec enum codegen when codecs is not set ( #19055 )
2026-09-14 13:12:25 +12:00
J. Nick Koston
91b1a82a66
[api] Reuse overflow buffer storage instead of allocating per stalled write ( #19093 )
2026-09-14 13:03:00 +12:00
Jesse Hills
7801cf4a8a
[core] Clear loaded_platforms on CORE.reset() ( #19268 )
2026-09-14 00:55:13 +00:00
J. Nick Koston
e431bfcb38
[spi] Send ESP8266 writes through transferBytes instead of a heap copy ( #19265 )
2026-09-13 19:28:24 -05:00
J. Nick Koston
f5afd141de
[ota] Allocate the signature block through RAMAllocator ( #19251 )
2026-09-14 10:37:04 +12:00
J. Nick Koston
e38ee343b4
[ethernet] Keep the W5500 SPI context in a static instance instead of the heap ( #19248 )
2026-09-14 10:35:38 +12:00
J. Nick Koston
cf398ea8b2
[core] Resolve file paths against the YAML file that declares them ( #19259 )
2026-09-13 17:27:03 -05:00
J. Nick Koston
bc1841c1b5
[esphome] Allocate the OTA noise session and auth buffer through RAMAllocator ( #19249 )
2026-09-13 17:26:28 -05:00
J. Nick Koston
ed5a570e17
[nextion] Allocate queue components through RAMAllocator and free entries the way they were allocated ( #19246 )
2026-09-13 17:26:14 -05:00
J. Nick Koston
16df92212e
[esp32_ble_tracker] Revert coexistence preference to balanced when OTA starts ( #19082 )
2026-09-14 10:02:42 +12:00
Kevin Ahrendt
67871bcf55
[i2s_audio][router] Loop thread controls all state changes ( #19089 )
2026-09-14 10:01:58 +12:00
J. Nick Koston
c51020dbaf
[core] Add RAMAllocator::make_unique for objects whose allocation may fail ( #19245 )
2026-09-14 09:56:50 +12:00
J. Nick Koston
eb1ea4aefe
[esp32_ble_tracker] Re-register GATT clients after ble.disable and ble.enable ( #19068 )
2026-09-14 09:49:23 +12:00
J. Nick Koston
b1bfc512ac
[wifi] Drop a scan instead of aborting when its results cannot be allocated, filter ESP32 scans by SSID in the driver ( #19254 )
2026-09-14 09:49:13 +12:00
esphome[bot]
ce8fad1435
Bump bundled esphome-device-builder to 1.14.9 ( #19263 )
2026-09-13 21:44:03 +00:00
J. Nick Koston
4f0faac148
[core] Add FixedVector::try_init so callers can handle an exhausted heap ( #19253 )
2026-09-14 09:16:37 +12:00
J. Nick Koston
fc8611a212
[noise] Bump noise-c to 0.1.30 and libsodium to 1.10021.11 ( #19062 )
2026-09-14 09:14:26 +12:00
6b08aa60e6
[bluetooth_proxy] Add an advertisement filter hook ( #19220 )
...
Co-authored-by: Claude Opus 5 <noreply@anthropic.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-09-13 16:25:27 +00:00
esphome[bot]
eea66fc32b
Bump bundled esphome-device-builder to 1.14.8 ( #19250 )
2026-09-13 08:06:35 -05:00