Commit Graph

20434 Commits

Author SHA1 Message Date
J. Nick Koston
9db1cc6882 Merge branch 'daikin_arc_sprintf' into integration 2026-01-16 11:18:25 -10:00
J. Nick Koston
f580fef9d4 Update esphome/components/daikin_arc/daikin_arc.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-16 11:17:43 -10:00
J. Nick Koston
355697e377 [daikin_arc] Fix undefined behavior in sprintf calls 2026-01-16 11:13:51 -10:00
J. Nick Koston
6655a1c19e Merge remote-tracking branch 'upstream/dev' into integration 2026-01-16 10:29:28 -10:00
Jonathan Swoboda
6832efbacc Add Claude Code PR workflow skill (#13271)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 10:24:28 -10:00
dependabot[bot]
3057a0484f Bump actions/cache from 5.0.1 to 5.0.2 in /.github/actions/restore-python (#13277)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-16 09:36:42 -10:00
dependabot[bot]
bc78f80f77 Bump actions/cache from 5.0.1 to 5.0.2 (#13276)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-16 09:36:29 -10:00
J. Nick Koston
916b028fb2 [mqtt] Replace sprintf with snprintf for friendly name hash (#13262) 2026-01-16 08:30:22 -10:00
mrtoy-me
16adae7359 [ntc, resistance] change log level to verbose (#13268) 2026-01-16 10:19:09 -05:00
Remco van Essen
4906f87751 [mipi_dsi] add JC8012P4A1 (#13241) 2026-01-16 21:17:32 +11:00
Keith Burzinski
5b37d2fb27 [helpers] Support base64url encoding (#13264) 2026-01-16 08:55:24 +00:00
J. Nick Koston
3c75454c97 Merge branch 'mqtt_snprintf' into integration 2026-01-15 19:14:19 -10:00
J. Nick Koston
638de5da46 [mqtt] Replace sprintf with snprintf for friendly name hash 2026-01-15 19:13:24 -10:00
J. Nick Koston
f24f4331ba Merge remote-tracking branch 'upstream/buf_append' into integration 2026-01-15 19:02:23 -10:00
J. Nick Koston
b3570a9bfd Merge remote-tracking branch 'upstream/avoid_prefs_heap_churn' into integration 2026-01-15 19:02:18 -10:00
J. Nick Koston
73eff47998 Merge remote-tracking branch 'upstream/debug_cleanup_buf' into integration 2026-01-15 19:02:13 -10:00
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
68affe0b9c [core] Add --device hint when DNS resolution fails (#13240) 2026-01-15 18:55:32 -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
5f57c6bb82 Update esphome/components/remote_base/aeha_protocol.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-01-15 18:34:15 -10:00
J. Nick Koston
3926d3a09d remove debug changes 2026-01-15 18:26:59 -10:00
J. Nick Koston
fd33087b3f merge 2026-01-15 18:26:17 -10:00
J. Nick Koston
7c09985300 Merge remote-tracking branch 'upstream/dev' into buf_append 2026-01-15 18:25:54 -10:00
J. Nick Koston
6812654435 [debug] Use shared buf_append_printf helper from core 2026-01-15 18:24:19 -10:00
J. Nick Koston
42b9863cd3 bot concerns 2026-01-15 18:19:15 -10:00
J. Nick Koston
9bdefc98b1 bot concerns 2026-01-15 18:17:42 -10:00
J. Nick Koston
2db4e15452 Merge branch 'dev' into avoid_prefs_heap_churn 2026-01-15 18:09:37 -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
Keith Burzinski
73d0d7b129 Merge branch 'dev' into buf_append 2026-01-15 22:03:18 -06: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
J. Nick Koston
4213ed6e91 [core] Add buf_append_printf helper and fix unsafe sprintf in remote_base 2026-01-15 16:26:33 -10:00
Keith Burzinski
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