Commit Graph
20476 Commits
Author SHA1 Message Date
J. Nick Koston 99f0962665 Merge branch 'toshiba_strings' into integration 2026-01-16 12:51:47 -10:00
J. Nick Koston 94f4619101 weak 2026-01-16 12:50:39 -10:00
J. Nick Koston 0e0f6cc2c9 [toshiba] Replace to_string with stack buffer in debug logging 2026-01-16 12:49:15 -10:00
J. Nick Koston ca9ea0187e Merge branch 'nextion_strings' into integration 2026-01-16 12:45:24 -10:00
J. Nick Koston 45dbbb215f [nextion] Replace to_string with stack buffer and fix unsafe sprintf 2026-01-16 12:44:29 -10:00
J. Nick Koston bc9487aee5 Merge branch 'uart_debug' into integration 2026-01-16 12:40:04 -10:00
J. Nick Koston 3d6a4faf90 one more 2026-01-16 12:39:22 -10:00
J. Nick Koston a9b0b0fe70 Merge branch 'wiegand_to_string' into integration 2026-01-16 12:37:38 -10:00
J. Nick Koston bc2d37193a [wiegand] Replace heap-allocating to_string with stack buffers 2026-01-16 12:36:28 -10:00
J. Nick Koston c1209313b4 Merge branch 'tuya_light_safe' into integration 2026-01-16 12:26:02 -10:00
J. Nick Koston 7ce5e2c734 [tuya] Replace unsafe sprintf with snprintf in light color formatting 2026-01-16 12:25:25 -10:00
J. Nick Koston a033817ae9 Merge branch 'rc522_spi_sprintf' into integration 2026-01-16 12:21:42 -10:00
J. Nick Koston 705c8a3902 Merge branch 'hmac_sha256' into integration 2026-01-16 12:21:28 -10:00
J. Nick Koston f9a605e60d fix merge 2026-01-16 12:17:59 -10:00
J. Nick Koston 3018849508 [rc522_spi] Replace unsafe sprintf with buf_append_printf 2026-01-16 12:16:30 -10:00
J. Nick Koston 12f88b877d Merge branch 'hmac_sha256' into integration 2026-01-16 12:12:51 -10:00
J. Nick Koston 44191ed41f [hmac_sha256] Replace unsafe sprintf with format_hex_to 2026-01-16 12:09:02 -10:00
J. Nick Koston d3e684815f Merge branch 'uart_debug' into integration 2026-01-16 12:02:24 -10:00
J. Nick Koston c28f68b6fa [uart] Replace unsafe sprintf with buf_append_printf in debugger 2026-01-16 12:01:59 -10:00
J. Nick Koston 04fc02a545 Merge branch 'tormatic' into integration 2026-01-16 11:57:01 -10:00
J. Nick Koston cb023aad4e tweak 2026-01-16 11:56:48 -10:00
J. Nick Koston 24127c84a7 Merge remote-tracking branch 'upstream/dev' into tormatic 2026-01-16 11:56:04 -10:00
J. Nick Koston 0208ece006 Merge branch 'syslog_snprintf' into integration 2026-01-16 11:54:40 -10:00
J. Nick Koston e63cd9a56d Merge branch 'cse7766_stack_debug' into integration 2026-01-16 11:51:16 -10:00
J. Nick Koston f41ebf831d tweak 2026-01-16 11:50:15 -10:00
J. Nick Koston 91e5191c67 Merge branch 'dev' into cse7766_stack_debug 2026-01-16 11:49:52 -10:00
J. Nick Koston 22882abbe7 cleanup 2026-01-16 11:47:55 -10:00
J. Nick Koston bfac86b547 Merge branch 'syslog_snprintf' into integration 2026-01-16 11:43:30 -10:00
J. Nick Koston 88e1295e2f [syslog] Use buf_append_printf for ESP8266 flash optimization 2026-01-16 11:43:05 -10:00
J. Nick Koston c1dc79618d Merge branch 'statsd_stack' into integration 2026-01-16 11:36:33 -10:00
J. Nick Koston 5934b88d2e Merge remote-tracking branch 'upstream/dev' into statsd_stack 2026-01-16 11:35:55 -10:00
J. Nick Koston 5ce4b0c445 tweak 2026-01-16 11:35:52 -10:00
Clyde StubbsandJ. Nick Koston 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 fc5917c243 Merge branch 'homeassistant_number_snprintf' into integration 2026-01-16 11:32:53 -10:00
J. Nick Koston 075364f4b4 [homeassistant] Use buf_append_printf for ESP8266 flash optimization 2026-01-16 11:32:26 -10:00
J. Nick Koston 17412a4af5 Merge branch 'esp8266_gpio' into integration 2026-01-16 11:30:17 -10:00
J. Nick Koston d7823f3e49 [gpio] Use buf_append_printf in dump_summary for ESP8266 flash optimization 2026-01-16 11:29:22 -10:00
J. Nick Koston 3b4dd3eaec Merge branch 'uptime_text_sensor' into integration 2026-01-16 11:27:06 -10:00
J. Nick Koston 0699ecbd19 [uptime] Use buf_append_printf for ESP8266 flash optimization 2026-01-16 11:26:43 -10:00
J. Nick Koston 364ba0b371 Merge branch 'web_server_simplify_snprintf' into integration 2026-01-16 11:21:59 -10:00
J. Nick Koston d6181982e8 [web_server] Simplify datetime formatting with buf_append_printf 2026-01-16 11:21:30 -10:00
J. Nick Koston 9db1cc6882 Merge branch 'daikin_arc_sprintf' into integration 2026-01-16 11:18:25 -10:00
J. Nick KostonandCopilot 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
dependabot[bot]andJ. Nick Koston a680884138 Bump ruff from 0.14.12 to 0.14.13 (#13275)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
2026-01-16 20:29:02 +00:00
Jonathan SwobodaandClaude Opus 4.5 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