J. Nick Koston
ac2cb8b3b3
Merge remote-tracking branch 'upstream/esp8266_web_server_defer' into integration
2026-01-15 19:02:07 -10:00
J. Nick Koston
98b8fa2260
[web_server] Skip defer on ESP8266 where callbacks already run in main loop
2026-01-15 18:49:07 -10:00
J. Nick Koston
8263a8273f
[debug] Add min_free heap sensor for ESP32 and LibreTiny, add fragmentation for ESP32 ( #13231 )
2026-01-15 18:08:26 -10:00
J. Nick Koston
530df75b43
Merge branch 'avoid_prefs_heap_churn' into integration
2026-01-15 18:05:47 -10:00
Keith Burzinski
14b7539094
[infrared, remote_base] Optimize IR transmit path for web_server base85 data ( #13238 )
2026-01-15 22:04:21 -06:00
J. Nick Koston
7641c36c95
[preferences] Reduce heap churn with small inline buffer optimization
2026-01-15 18:03:44 -10:00
J. Nick Koston
b37cb812a7
[core] Add buf_append_printf helper for safe buffer formatting ( #13258 )
2026-01-15 22:03:11 -06:00
J. Nick Koston
42491569c8
[analyze_memory] Add nRF52/Zephyr platform support for memory analysis ( #13249 )
2026-01-15 17:53:53 -10:00
J. Nick Koston
a8f937adf1
Merge remote-tracking branch 'origin/libretiny_heap_debug' into integration
2026-01-15 17:05:55 -10:00
J. Nick Koston
b1230ec6bb
[esp32_ble_client] Reduce GATT data event logging to prevent firmware update failures ( #13252 )
2026-01-15 16:49:19 -10:00
J. Nick Koston
4eda9e965f
[api] Fix clock conflicts when multiple clients connected to homeassistant time ( #13253 )
2026-01-15 16:49:01 -10:00
J. Nick Koston
d2528af649
[dallas_temp] Use const char* for set_timeout to fix deprecation warning and heap churn ( #13250 )
2026-01-15 16:48:44 -10:00
J. Nick Koston
60da5587d1
tweak validators
2026-01-15 16:47:58 -10:00
J. Nick Koston
422ed5e125
tweak validators
2026-01-15 16:46:27 -10:00
Keith Burzinski and J. Nick Koston
2eabc1b96b
[helpers] Add base85 support ( #13254 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2026-01-16 02:22:05 +00:00
J. Nick Koston
00b805344c
Merge branch 'conflicting_clocks_when_logging' into integration
2026-01-15 13:53:07 -10:00
J. Nick Koston
9ee808e917
tweak
2026-01-15 13:52:54 -10:00
J. Nick Koston
0e584ef8d1
Merge branch 'conflicting_clocks_when_logging' into integration
2026-01-15 13:48:25 -10:00
J. Nick Koston
a5267e6bfe
tweak
2026-01-15 13:48:12 -10:00
J. Nick Koston
175378774b
Merge branch 'conflicting_clocks_when_logging' into integration
2026-01-15 13:25:15 -10:00
J. Nick Koston
bf8f3d7076
better handle 2038
2026-01-15 13:22:15 -10:00
J. Nick Koston
fe15b3e706
better handle 2038
2026-01-15 13:21:59 -10:00
J. Nick Koston
e4a193a8f9
Merge branch 'conflicting_clocks_when_logging' into integration
2026-01-15 13:19:34 -10:00
J. Nick Koston
f2ff04f685
comment
2026-01-15 13:19:22 -10:00
J. Nick Koston
58ad49ec0a
comment
2026-01-15 13:19:11 -10:00
J. Nick Koston
df260b13ab
Merge branch 'conflicting_clocks_when_logging' into integration
2026-01-15 13:15:59 -10:00
J. Nick Koston
8861abea73
avoid clock churn
2026-01-15 13:14:22 -10:00
J. Nick Koston
9a0ce98d8b
Merge branch 'conflicting_clocks_when_logging' into integration
2026-01-15 13:06:47 -10:00
J. Nick Koston
357542960d
[api] Fix clock conflicts when multiple clients connected to homeassistant time
2026-01-15 13:05:50 -10:00
J. Nick Koston
1cae3a2387
Merge branch 'fix_firmware_update_failing_with_bluetooth_proxy_from_logging' into integration
2026-01-15 11:50:28 -10:00
J. Nick Koston
0109e4b9e5
[esp32_ble_client] Reduce GATT data event logging to prevent firmware update failures
2026-01-15 11:49:06 -10:00
J. Nick Koston
3259c5ef03
Merge remote-tracking branch 'upstream/dev' into integration
2026-01-15 11:33:33 -10:00
J. Nick Koston
535c3eb2a2
[sprinkler] Fix scheduler deprecation warnings and heap churn with FixedVector ( #13251 )
2026-01-15 11:32:02 -10:00
Jonathan Swoboda
20f937692e
Merge branch 'beta' into dev
2026-01-15 16:24:19 -05:00
Jonathan Swoboda
c2737ca3bb
Merge pull request #13247 from esphome/bump-2026.1.0b2
...
2026.1.0b2
2026.1.0b2
2026-01-15 16:24:08 -05:00
J. Nick Koston
0ed7570a92
Merge branch 'nrf52_memory_impact' into integration
2026-01-15 11:10:37 -10:00
J. Nick Koston
2beedc903b
Merge branch 'dallas_temp_heap_churn_timer' into integration
2026-01-15 11:09:03 -10:00
J. Nick Koston
8f8e450d29
Merge branch 'sprinkler_schedule_heap_churn_fix' into integration
2026-01-15 11:08:59 -10:00
J. Nick Koston
eff91f85dd
[sprinkler] Fix scheduler deprecation warnings and heap churn with FixedVector
2026-01-15 11:05:11 -10:00
J. Nick Koston
1542a01b77
[dallas_temp] Use const char* for set_timeout to fix deprecation warning and heap churn
2026-01-15 10:55:05 -10:00
J. Nick Koston
19fb23823b
[analyze_memory] Add nRF52/Zephyr platform support for memory analysis
2026-01-15 10:47:50 -10:00
J. Nick Koston
00cc9e44b6
[analyze_memory] Fix ELF section mapping for RTL87xx and LN882X platforms ( #13213 )
2026-01-15 10:38:24 -10:00
Jonathan Swoboda
c151b2da67
Bump version to 2026.1.0b2
2026-01-15 15:26:04 -05:00
J. Nick Koston
dacd185afb
[web_server][captive_portal] Change default compression from Brotli to gzip ( #13246 )
2026-01-15 15:26:04 -05:00
f88cf1b83a
[qr_code] Allocate and free memory for QR code buffer ( #13161 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
2026-01-15 15:26:04 -05:00
Jonathan Swoboda and Claude Opus 4.5
3f6412ba07
[safe_mode] Detect bootloader rollback support at runtime ( #13230 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 15:26:04 -05:00
1ad0969099
[core] Fix ESP32-S2/S3 hardware SHA crash by aligning HashBase digest buffer ( #13234 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-01-15 15:26:04 -05:00
J. Nick Koston
737c2b8732
[core] Fix platform subcomponents not filtering source files ( #13208 )
2026-01-15 15:26:04 -05:00
J. Nick Koston
9030dc9d4e
[api] Fix state updates being sent to clients that did not subscribe ( #13237 )
2026-01-15 15:26:04 -05:00
J. Nick Koston
0b5a3506cc
[core] Optimize and normalize entity state publishing logs with >> format ( #13236 )
2026-01-15 15:26:04 -05:00