J. Nick Koston
38e7dd5f29
Merge remote-tracking branch 'upstream/dev' into integration
2026-01-19 12:48:51 -10:00
Jonathan Swoboda
1996bc425f
[core] Fix state leakage and module caching when processing multiple configurations ( #13368 )
...
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-19 14:46:24 -05:00
J. Nick Koston
86a1b4cf69
[select][fan] Use StringRef for on_value/on_preset_set triggers to avoid heap allocation ( #13324 )
2026-01-18 19:51:11 -10:00
J. Nick Koston
d0869fbc67
Merge branch 'sprintf_group' into integration
2026-01-18 19:06:45 -10:00
J. Nick Koston
baf2b0e3c9
[api] Fix truncation of Home Assistant attributes longer than 255 characters ( #13348 )
2026-01-18 18:23:11 -10:00
J. Nick Koston
d6a0c8ffbb
[template] Store alarm control panel codes in flash instead of heap ( #13329 )
2026-01-17 15:52:06 -10:00
J. Nick Koston
4d4283bcfa
[udp] Store addresses in flash instead of heap ( #13330 )
2026-01-17 15:50:23 -10:00
J. Nick Koston
055b315360
Merge branch 'udp_flash_strings' into integration
2026-01-17 13:10:45 -10:00
J. Nick Koston
3ddf408f08
Merge branch 'move_template_alarm_control_panel_codes_to_flash' into integration
2026-01-17 13:10:28 -10:00
J. Nick Koston
c82cef3b64
[udp] Store addresses in flash instead of heap
2026-01-17 13:09:57 -10:00
J. Nick Koston
2ead1deb51
[template] Store alarm control panel codes in flash instead of heap
2026-01-17 12:47:48 -10:00
J. Nick Koston
48c9380ec1
Merge branch 'string_ref_triggers' into integration
2026-01-17 11:11:32 -10:00
J. Nick Koston
caa86a4701
adl tests
2026-01-17 11:07:26 -10:00
J. Nick Koston
1a18462279
Merge branch 'string_ref_triggers' into integration
2026-01-17 10:58:54 -10:00
J. Nick Koston
f3226b108f
make sure new stringref functions work
2026-01-17 08:42:56 -10:00
J. Nick Koston
83d164c213
make sure new stringref functions work
2026-01-17 08:42:16 -10:00
J. Nick Koston
18c3dd8af7
make sure new stringref functions work
2026-01-17 08:35:46 -10:00
J. Nick Koston
37025d62e0
[select][fan] Use StringRef for on_value/on_preset_set triggers to avoid heap allocation
2026-01-17 08:28:40 -10:00
J. Nick Koston
e63cd9a56d
Merge branch 'cse7766_stack_debug' into integration
2026-01-16 11:51:16 -10:00
Clyde Stubbs
c5e4a60884
[select] Add condition for testing select option ( #13267 )
...
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2026-01-17 08:35:40 +11: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
42491569c8
[analyze_memory] Add nRF52/Zephyr platform support for memory analysis ( #13249 )
2026-01-15 17:53:53 -10:00
J. Nick Koston
0ed7570a92
Merge branch 'nrf52_memory_impact' into integration
2026-01-15 11:10:37 -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
J. Nick Koston
0acbe48965
Merge branch 'str_sanitize_to' into integration
2026-01-14 17:50:16 -10:00
Clyde Stubbs
9da2c08f36
[image] Correctly handle dimensions in physical units ( #13209 )
2026-01-15 03:27:26 +00:00
J. Nick Koston
9e8c679c7f
Merge branch 'libretiny_heap_debug' into integration
2026-01-14 17:15:41 -10:00
J. Nick Koston
767e1f88df
appyl bot suggeations
2026-01-14 17:13:03 -10:00
J. Nick Koston
8560be69f2
Merge branch 'libretiny_heap_debug' into integration
2026-01-14 17:02:21 -10:00
J. Nick Koston
973576130b
[debug] Add min_free heap sensor for ESP32 and LibreTiny, add fragmentation for ESP32
2026-01-14 16:57:44 -10:00
J. Nick Koston
4ecdc80164
[analyze_memory] Fix ELF section mapping for RTL87xx and LN882X platforms
2026-01-14 13:19:55 -10:00
J. Nick Koston
d5f557ad1c
[scheduler] Eliminate heap allocations for std::string names and add uint32_t ID API ( #13200 )
2026-01-14 09:15:31 -05:00
J. Nick Koston
49cae5eda8
Merge branch 'scheduler_no_heap' into integration
2026-01-13 22:39:53 -10:00
J. Nick Koston
bf6d75fd5e
fix
2026-01-13 22:08:57 -10:00
J. Nick Koston
c8fcc258c3
cleanup
2026-01-13 21:32:24 -10:00
J. Nick Koston
42f98ebc80
[scheduler] Eliminate heap allocations for std::string names and add uint32_t ID API
2026-01-13 20:16:59 -10:00
J. Nick Koston
bc035e06fd
Merge branch 'logger_raii' into integration
2026-01-13 13:40:25 -10:00
Clyde Stubbs
52c631384a
[epaper_spi] Add Waveshare 2.13v3 ( #13117 )
2026-01-13 18:28:24 -05:00
tomaszduda23
e45cad45fe
[nrf52,zigbee] Add binary output as switch ( #13083 )
...
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
2026-01-13 17:39:28 -05:00
J. Nick Koston
3d74d1e7f0
[libretiny] Regenerate boards, enable Cortex-M4 atomics, and consolidate platform code ( #13191 )
2026-01-13 21:39:11 +00:00
J. Nick Koston
52c34441b1
Merge branch 'libretiny_regen_fixes' into integration
2026-01-13 09:50:52 -10:00
J. Nick Koston
ec38ffc310
[libretiny] Regenerate boards, enable Cortex-M4 atomics, and consolidate platform code
2026-01-13 09:09:49 -10:00
J. Nick Koston
a45cbc6595
[libretiny] Regenerate boards, enable Cortex-M4 atomics, and consolidate platform code
2026-01-13 09:07:04 -10:00
J. Nick Koston
d49f176f31
Merge remote-tracking branch 'upstream/dev' into integration
2026-01-12 22:33:50 -10:00
Samuel Sieb
48f5296d24
[ld24xx] add id to support extending ( #13183 )
...
Co-authored-by: Samuel Sieb <samuel@sieb.net >
2026-01-12 22:32:20 -10:00
J. Nick Koston
d378b40235
Merge remote-tracking branch 'upstream/dev' into integration
2026-01-12 21:54:44 -10:00
Keith Burzinski
6823e17b3b
[ir_rf_proxy] New component ( #12985 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-13 07:44:24 +00:00
J. Nick Koston
e5e977c054
Merge remote-tracking branch 'upstream/dev' into integration
2026-01-12 17:41:28 -10:00
Rodrigo Martín
e9469cbe48
[mqtt] templatable state and command topics ( #12441 )
...
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@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-01-12 17:40:27 -10:00