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
Clyde Stubbs
3c63ff5e36
[image] Correctly handle dimensions in physical units ( #13209 )
2026-01-15 15:26:04 -05:00
J. Nick Koston
4e28b0179b
Merge remote-tracking branch 'origin/integration' into integration
2026-01-15 10:05:38 -10:00
J. Nick Koston
3da1fd6b5d
Merge remote-tracking branch 'upstream/dev' into integration
2026-01-15 10:05:25 -10:00
dependabot[bot]
0427350101
Bump ruff from 0.14.11 to 0.14.12 ( #13244 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-15 09:59:40 -10:00
J. Nick Koston
41dceb76ec
[web_server][captive_portal] Change default compression from Brotli to gzip ( #13246 )
2026-01-15 19:56:35 +00:00
J. Nick Koston
b4dfcc8378
Merge branch 'back_to_gzip' into integration
2026-01-15 09:42:45 -10:00
J. Nick Koston
18054c358e
[web_server][captive_portal] Change default compression from Brotli to gzip
2026-01-15 09:36:44 -10:00
J. Nick Koston
302526f148
[web_server][captive_portal] Change default compression from Brotli to gzip
2026-01-15 09:36:32 -10:00
6380458d78
[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 14:18:08 -05:00
Jonathan Swoboda and Claude Opus 4.5
0dc5a7c9a4
[safe_mode] Detect bootloader rollback support at runtime ( #13230 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-15 14:17:00 -05:00
J. Nick Koston
ca0bbe8a17
Merge remote-tracking branch 'upstream/dev' into integration
2026-01-15 09:09:22 -10:00
9003844eda
[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 18:29:11 +00:00
J. Nick Koston
22a4ec69c2
[core] Fix platform subcomponents not filtering source files ( #13208 )
2026-01-15 07:38:44 -10:00
J. Nick Koston
9d42bfd161
[api] Fix state updates being sent to clients that did not subscribe ( #13237 )
2026-01-15 07:38:18 -10:00
J. Nick Koston
49c881d067
[core] Optimize and normalize entity state publishing logs with >> format ( #13236 )
2026-01-15 10:13:05 +00:00
J. Nick Koston
a7a4746537
Merge branch 'fix_state_sub_check' into integration
2026-01-14 23:26:52 -10:00
J. Nick Koston
682a47aa3c
[api] Fix state updates being sent to clients that did not subscribe
2026-01-14 23:22:47 -10:00
J. Nick Koston
1bb5ad26e1
Merge branch 'normalize_state_send' into integration
2026-01-14 22:47:45 -10:00
J. Nick Koston
f40e4825c7
preen
2026-01-14 22:39:04 -10:00