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
John Stenger
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
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
J. Nick Koston
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
John Stenger
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
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
J. Nick Koston
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
J. Nick Koston
09f35147e7
Merge branch 'normalize_state_send' into integration
2026-01-14 22:34:02 -10:00
J. Nick Koston
142fb85ff0
more
2026-01-14 22:32:12 -10:00
J. Nick Koston
4cf0e2ef0d
more
2026-01-14 22:30:16 -10:00
J. Nick Koston
a8e3aa89ff
Merge branch 'normalize_state_send' into integration
2026-01-14 22:28:46 -10:00
J. Nick Koston
b28fda6899
[core] Optimize and normalize entity state publishing logs with >> format
2026-01-14 22:24:57 -10:00
J. Nick Koston
283a654beb
Merge remote-tracking branch 'upstream/dev' into integration
2026-01-14 19:58:33 -10:00
J. Nick Koston
78aee4f498
[web_server] Remove unused button_state_json_generator ( #13235 )
2026-01-14 23:48:55 -06:00
J. Nick Koston
aa28bf29ce
Merge branch 'sha256_align_buffer' into integration
2026-01-14 19:41:06 -10:00
J. Nick Koston
b1fd69a2f5
limit scope
2026-01-14 19:40:57 -10:00
J. Nick Koston
9296fc8d4a
limit scope
2026-01-14 19:40:21 -10:00
J. Nick Koston
46d4c4bf3d
limit scope
2026-01-14 19:36:51 -10:00
J. Nick Koston
580a3d5594
Merge branch 'button_is_stateless' into integration
2026-01-14 19:33:39 -10:00