J. Nick Koston
|
9876788e65
|
Merge branch 'more_heap_cleanup' into integration
|
2026-01-12 15:52:46 -10:00 |
|
J. Nick Koston
|
4a03ff898f
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2026-01-12 15:52:36 -10:00 |
|
J. Nick Koston
|
410507d476
|
[mqtt] Avoid intermediate string allocations in publish calls
|
2026-01-12 15:46:16 -10:00 |
|
 lulliusandlullius
|
297f05d600
|
[tuya] add color_type_lowercase option (#13101)
Co-authored-by: lullius <>
|
2026-01-12 18:08:33 -05:00 |
|
 Jonathan SwobodaandClaude
|
54fc10714d
|
[remote_transmitter] Fix ESP8266 timing by using busy loop (#13172)
Co-authored-by: Claude <noreply@anthropic.com>
|
2026-01-12 18:06:41 -05:00 |
|
J. Nick Koston
|
889886909b
|
[core] Soft deprecate heap-allocating string helpers to prevent fragmentation patterns (#13156)
|
2026-01-12 12:48:54 -10:00 |
|
J. Nick Koston
|
655e2b43cb
|
[infrared] Use set_data() for vector timings in control() (#13171)
|
2026-01-12 15:27:42 -06:00 |
|
J. Nick Koston
|
81e639a6ba
|
[core] Migrate callers and soft deprecate get_mac_address()/get_mac_address_pretty() (#13157)
|
2026-01-12 19:35:49 +00:00 |
|
 Jonathan SwobodaandClaude Opus 4.5
|
f9ffd134df
|
[packet_transport] Fix packet size check to account for round4 padding (#13165)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-12 14:10:15 -05:00 |
|
 Jonathan SwobodaandClaude Opus 4.5
|
c50bf45496
|
[ltr_als_ps] Remove incorrect device_class from count sensors (#13167)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-12 14:09:54 -05:00 |
|
J. Nick Koston
|
9f9341a700
|
[web_server] Fix select compilation error in v1 (#13169)
|
2026-01-12 18:42:10 +00:00 |
|
tomaszduda23
|
71d532a349
|
[nrf52,sdk] Add framework version support (#12489)
|
2026-01-12 13:31:09 -05:00 |
|
Jasper van der Neut - Stulen
|
61a89a97d7
|
[deep_sleep] Fix GPIO wakeup on ESP32-C3/C6 (#12803)
|
2026-01-12 13:03:13 -05:00 |
|
Jasper van der Neut - Stulen
|
0c3433d056
|
[deep_sleep] Fix GPIO wakeup comment (#12815)
|
2026-01-12 12:57:58 -05:00 |
|
 mikaabraandClaude Opus 4.5
|
7e1cda8f9f
|
[esp32_can] Add listen-only mode to esp32_can component (#13084)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
|
2026-01-12 12:50:59 -05:00 |
|
J. Nick Koston
|
7f0e4eaa84
|
[nfc] Use stack-based hex formatting in pn7150/pn7160 components (#13163)
|
2026-01-12 07:38:39 -10:00 |
|
 J. Nick KostonandCopilot
|
8cccfa5369
|
[mqtt][prometheus][graph] Migrate value_accuracy_to_string() to stack-based alternative (#13159)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-12 07:38:20 -10:00 |
|
J. Nick Koston
|
7ea6bcef88
|
[api] Use stack buffer for bytes field dumping in proto message logs (#13162)
|
2026-01-12 07:37:58 -10:00 |
|
 tomaszduda23andJonathan Swoboda
|
353daa97d0
|
[nrf52,zigbee] Warning if spaces in description (#13114)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2026-01-12 14:45:15 +00:00 |
|
 Jas Strongandjas
|
6c68ebe86e
|
[rd03d] Filter targets with sentinel speed values (#13146)
Co-authored-by: jas <jas@asspa.in>
|
2026-01-12 09:25:43 -05:00 |
|
J. Nick Koston
|
62565304e4
|
Merge branch 'nfc_hex' into integration
|
2026-01-12 00:33:54 -10:00 |
|
J. Nick Koston
|
51dfb3af5e
|
[nfc] Use stack-based hex formatting in pn7150/pn7160 components
|
2026-01-12 00:23:09 -10:00 |
|
J. Nick Koston
|
40b278f485
|
[nfc] Use stack-based hex formatting in pn7150/pn7160 components
|
2026-01-12 00:21:40 -10:00 |
|
J. Nick Koston
|
ed34a98f48
|
Merge branch 'api_format_hex_pretty_to' into integration
|
2026-01-12 00:04:50 -10:00 |
|
J. Nick Koston
|
d7e7e7849f
|
[api] Use stack buffer for bytes field dumping in proto message logs
|
2026-01-11 19:59:05 -10:00 |
|
dependabot[bot]
|
29cef3bc5d
|
Bump aioesphomeapi from 43.12.0 to 43.13.0 (#13160)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-11 19:26:40 -10:00 |
|
 
|
83eebdf15d
|
[infrared] Implement experimental API/Core/component for new component/entity type (#13129)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2026-01-12 05:01:23 +00:00 |
|
J. Nick Koston
|
595217786c
|
[tuya][rc522][remote_base] Migrate format_hex_pretty() to stack-based alternatives (#13158)
|
2026-01-12 04:47:57 +00:00 |
|
J. Nick Koston
|
f22e42addc
|
Merge branch 'dep_heap_fragmenting_helpers' into integration
|
2026-01-11 18:28:51 -10:00 |
|
J. Nick Koston
|
f70cb78d52
|
fix
|
2026-01-11 18:28:37 -10:00 |
|
J. Nick Koston
|
25e9e84ca5
|
Merge branch 'dep_heap_fragmenting_helpers' into integration
|
2026-01-11 18:27:29 -10:00 |
|
J. Nick Koston
|
d807f93c66
|
cleanup
|
2026-01-11 18:27:05 -10:00 |
|
J. Nick Koston
|
7a33793304
|
Merge branch 'format_hex_to_more' into integration
|
2026-01-11 18:24:55 -10:00 |
|
J. Nick Koston
|
f4437c9eaa
|
Merge branch 'value_accuracy_to_string_to' into integration
|
2026-01-11 18:24:50 -10:00 |
|
J. Nick Koston
|
d52ea47552
|
[mqtt][prometheus][graph] Migrate value_accuracy_to_string() to stack-based alternative
|
2026-01-11 17:54:48 -10:00 |
|
 J. Nick KostonandCopilot
|
912f94d1e8
|
[api] Use StringRef for HomeassistantServiceMap.value to eliminate heap allocations (#13154)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-11 17:54:06 -10:00 |
|
J. Nick Koston
|
ea8ae2ae60
|
[climate] Return StringRef from get_custom_fan_mode() and get_custom_preset() (#13103)
|
2026-01-11 17:53:06 -10:00 |
|
J. Nick Koston
|
e1aac7601d
|
[event] Return StringRef from get_last_event_type() (#13104)
|
2026-01-11 17:52:54 -10:00 |
|
J. Nick Koston
|
f1b11b1855
|
[light] Return StringRef from LightEffect::get_name() and LightState::get_effect_name() (#13105)
|
2026-01-11 17:52:39 -10:00 |
|
J. Nick Koston
|
6e6d545963
|
[tuya][rc522][remote_base] Migrate format_hex_pretty() to stack-based alternatives
|
2026-01-11 17:44:43 -10:00 |
|
J. Nick Koston
|
23f9f70b71
|
[select] Return StringRef from current_option() (#13095)
|
2026-01-11 17:40:43 -10:00 |
|
J. Nick Koston
|
eeeae53f76
|
[fan] Return StringRef from get_preset_mode() for safety and modern API (#13092)
|
2026-01-11 17:40:09 -10:00 |
|
J. Nick Koston
|
a29ad99661
|
Merge branch 'mac_address_stack' into integration
|
2026-01-11 17:35:18 -10:00 |
|
J. Nick Koston
|
c8fabf214e
|
Merge branch 'dep_heap_fragmenting_helpers' into integration
|
2026-01-11 17:35:09 -10:00 |
|
J. Nick Koston
|
291db7c5a9
|
[core] Migrate callers and deprecate get_mac_address()/get_mac_address_pretty()
|
2026-01-11 17:34:03 -10:00 |
|
J. Nick Koston
|
cea8c9b212
|
[core] Deprecate heap-allocating string helpers to prevent fragmentation patterns
|
2026-01-11 17:26:42 -10:00 |
|
J. Nick Koston
|
45c0796e40
|
[ci] Add RP2040 to memory impact analysis (#13134)
|
2026-01-11 17:19:00 -10:00 |
|
J. Nick Koston
|
38e2e4a56d
|
[runtime_stats] Fix log output formatting alignment (#13155)
|
2026-01-11 17:18:49 -10:00 |
|
J. Nick Koston
|
52132ea3bc
|
[ch422g][lc709203f][qmc5883l] Avoid heap allocation in status_set_warning calls (#13152)
|
2026-01-11 17:18:37 -10:00 |
|
J. Nick Koston
|
ace3ff2170
|
[safe_mode] Conditionally compile callback when on_safe_mode is configured (#13136)
|
2026-01-11 17:18:24 -10:00 |
|