J. Nick Koston
9a7ab80c43
[uart] Clear the driver installed flag only after a successful delete
...
A failed uart_driver_delete leaves the old driver installed and
working; clearing the flag beforehand would gate off a live driver.
2026-08-16 21:16:53 -05:00
J. Nick Koston
575311f0e8
[uart] Re-arm the dropped write warning and unify the readiness predicate
...
Reset the one-shot warning when the driver is reinstalled so a later
not-installed episode is loud again, and use the driver installed flag
in the rx threshold and timeout setters so the file carries a single
readiness predicate.
2026-08-16 20:27:20 -05:00
J. Nick Koston
11b37e1861
[uart] Order members largest to smallest to reduce padding
2026-08-16 19:30:59 -05:00
J. Nick Koston
752f36458b
[uart] Gate I/O on driver installation instead of component state
...
Track driver installation with a dedicated flag. Component state was
the wrong predicate on both ends: before setup uart_num_ is not yet
assigned so uart_is_driver_installed() could alias another bus, and
after a runtime failure the installed driver kept working, so gating
on is_ready() turned mark_failed() into a permanent bus shutdown that
load_settings() could not revive. Also throttle the dropped write
warning to a single line since consumers writing from loop() can hit
it on every iteration of the setup phase wait loops.
2026-08-16 19:27:16 -05:00
J. Nick Koston
d98484c283
[uart] Report no data available while the bus is not ready
...
A stale peeked byte was still counted by available() while the read
paths refused to deliver it, so a caller looping on available() would
spin forever.
2026-08-16 18:39:23 -05:00
J. Nick Koston
7f9636b7f2
[uart] Guard ESP-IDF UART operations before the driver is installed
...
A component at the same setup priority could write to the bus before
uart_driver_install() ran; the failed write marked the UART component
failed, its setup was then skipped, and the bus never came up. Guard
the driver calls on is_ready() so early use is dropped instead.
2026-08-16 17:32:55 -05:00
J. Nick Koston and GitHub
3f01f9895f
[esp32_hosted] Require ESP-IDF 5.3 or newer ( #18417 )
2026-08-16 12:44:49 -07:00
J. Nick Koston and GitHub
801a1817b5
[esp32] Split crash handler addr2line hint per core ( #18418 )
2026-08-16 12:44:00 -07:00
J. Nick Koston and GitHub
32c76ae828
[core] Skip redundant ESP8266 main loop wake posts from ISR context ( #18416 )
2026-08-16 12:43:27 -07:00
J. Nick Koston and GitHub
c664f5fc95
[bk72xx_ble] Fail early with a clear error on non BLE 5.x SoCs ( #18406 )
2026-08-16 11:06:22 -07:00
luar123 and GitHub
2bc4681fd6
[zigbee] bump esp-zigbee-sdk to 2.0.4 ( #18415 )
2026-08-16 13:33:25 -04:00
Jonathan Swoboda and GitHub
646501b0ef
[sensor] Pass NaN through the delta filter again ( #18400 )
2026-08-16 12:36:51 -04:00
J. Nick Koston and GitHub
de3e657d8b
[platformio] Skip ccache when the binary on PATH fails to run ( #18407 )
2026-08-16 08:42:47 -07:00
esphome[bot] and GitHub
1add726892
Bump bundled esphome-device-builder to 1.11.0 ( #18403 )
2026-08-15 13:36:52 -07:00
Samuel Sieb and GitHub
5a000cf5e4
[rotary_encoder] account for min and max value when resetting ( #18197 )
2026-08-15 11:16:04 -07:00
Joppy Furr and GitHub
6ed676fe32
[lvgl] Restore long_press_repeat_time functionality ( #18393 )
2026-08-14 23:14:53 -07:00
esphome[bot] and GitHub
7cceddb8a3
Bump bundled esphome-device-builder to 1.10.0 ( #18389 )
2026-08-15 01:48:27 +00:00
J. Nick Koston and GitHub
039b897e7b
[ethernet] Defer clk_mode removal to 2026.11.0 ( #18380 )
2026-08-14 18:45:36 -07:00
J. Nick Koston and GitHub
b178f74e5d
[core] Save the validated config cache on the first upload or logs run ( #18367 )
2026-08-14 18:45:23 -07:00
Clyde Stubbs and GitHub
e5224e22ae
[ci] Compare merge-branch base ref against the default branch ( #18385 )
2026-08-15 06:18:22 +10:00
Clyde Stubbs and GitHub
be66e8b99c
[ci] Disable CodSpeed benchmarks job outside esphome/esphome ( #18372 )
2026-08-15 04:33:47 +10:00
Jesse Hills
4b91c8aff4
Merge branch 'beta' into dev
2026-08-14 23:15:57 +12:00
Jesse Hills and GitHub
9d7997f55a
Merge pull request #18368 from esphome/bump-2026.8.0b3
...
2026.8.0b3
2026.8.0b3
2026-08-14 22:49:40 +12:00
Jesse Hills
4db47de556
Bump version to 2026.8.0b3
2026-08-14 17:36:56 +12:00
Karl Beecken and Jesse Hills
c8de632764
[core] fix PYTHONPATH leak ( #18360 )
2026-08-14 17:36:54 +12:00
J. Nick Koston and Jesse Hills
b794b7b1d1
[core] Restore cv.parse_esphome_version as a deprecated helper ( #18366 )
2026-08-14 17:36:54 +12:00
J. Nick Koston and Jesse Hills
add18d4e35
[core] Partially revert "Hash entity keys from the raw name to fix collisions" ( #18361 )
2026-08-14 17:36:54 +12:00
J. Nick Koston and Jesse Hills
02c1810c3a
[core] Load component aliases from a generated registry ( #18335 )
2026-08-14 17:36:54 +12:00
J. Nick Koston and Jesse Hills
4f3153375a
[ota] Retry uploads that fail from network errors ( #18332 )
2026-08-14 17:36:54 +12:00
J. Nick Koston and Jesse Hills
1c3a67b5e8
[wifi] Fix ESP8266 crash in cnx_node_search when lwIP transmits after disconnect ( #18333 )
2026-08-14 17:36:54 +12:00
J. Nick Koston and Jesse Hills
236ff33a09
[esp32_ble] Silence spurious warnings for local key GAP events ( #18359 )
2026-08-14 17:36:54 +12:00
J. Nick Koston and Jesse Hills
7c07fb48c5
[esp32_ble_tracker] Fix missed BLE advertisements with WiFi on ESP-IDF 5.5.5 ( #18356 )
2026-08-14 17:36:54 +12:00
J. Nick Koston and Jesse Hills
d72bab79d7
[web_server_base] Stop deleting the web server on captive portal teardown ( #18324 )
2026-08-14 17:36:54 +12:00
Karl Beecken and GitHub
617e2ec1e0
[core] fix PYTHONPATH leak ( #18360 )
2026-08-14 17:23:34 +12:00
J. Nick Koston and GitHub
1afac0312d
[core] Restore cv.parse_esphome_version as a deprecated helper ( #18366 )
2026-08-14 17:22:22 +12:00
J. Nick Koston and GitHub
b05465145f
[core] Add preference key stability integration test ( #18364 )
2026-08-13 21:14:30 -05:00
dependabot[bot] and GitHub
990fc402fd
Bump bleak from 2.1.1 to 3.0.2 ( #16246 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-13 20:24:02 -05:00
J. Nick Koston and GitHub
dd51624fbb
[core] Partially revert "Hash entity keys from the raw name to fix collisions" ( #18361 )
2026-08-13 20:06:48 -05:00
dependabot[bot] and GitHub
45a056e337
Bump platformdirs from 4.11.1 to 4.11.2 ( #18363 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-13 18:54:51 -05:00
dependabot[bot] and GitHub
37782f7206
Bump prek from 0.4.12 to 0.4.13 ( #18362 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-13 18:54:37 -05:00
J. Nick Koston and GitHub
945c2458b3
[core] Load component aliases from a generated registry ( #18335 )
2026-08-13 13:31:19 -05:00
J. Nick Koston and GitHub
7420d23867
[ota] Retry uploads that fail from network errors ( #18332 )
2026-08-13 13:31:06 -05:00
J. Nick Koston and GitHub
191686c5b3
[wifi] Fix ESP8266 crash in cnx_node_search when lwIP transmits after disconnect ( #18333 )
2026-08-13 13:30:53 -05:00
J. Nick Koston and GitHub
137351fa8d
[esp32_ble] Silence spurious warnings for local key GAP events ( #18359 )
2026-08-13 13:27:01 -05:00
J. Nick Koston and GitHub
db5173697a
[esp32_ble_tracker] Fix missed BLE advertisements with WiFi on ESP-IDF 5.5.5 ( #18356 )
2026-08-13 13:22:48 -05:00
c7940382a9
[const] move CONF_LABEL to components/const ( #18354 )
...
Co-authored-by: Oliver Kleinecke <kleinecke.oliver@googlemail.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-08-13 14:18:22 -04:00
esphome[bot] and GitHub
87045ab9c0
Bump aioesphomeapi from 45.10.1 to 45.10.2 ( #18357 )
2026-08-13 11:14:14 -05:00
f1c4086778
[const] Move CONF_SLOT to components/const ( #18350 )
...
Co-authored-by: Oliver Kleinecke <p1ngb4ck@users.noreply.github.com >
2026-08-13 23:36:11 +12:00
f337d0acff
Bump pylint from 4.0.6 to 4.0.7 ( #18320 )
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2026-08-13 02:13:29 +00:00
J. Nick Koston and GitHub
9cc05b30d4
[web_server_base] Stop deleting the web server on captive portal teardown ( #18324 )
2026-08-12 21:09:01 -05:00