Commit Graph
2677 Commits
Author SHA1 Message Date
J. Nick Koston 89a7f425de Merge branch 'feature/ethernet-automations' into integration 2026-02-01 22:16:02 +01:00
J. Nick Koston b2692016f5 Merge branch 'wifi_triggers' into integration 2026-02-01 20:52:06 +01:00
J. Nick Koston 5891a00132 Merge branch 'template_select_trigger' into integration 2026-02-01 20:52:01 +01:00
J. Nick Koston e62a87afe1 [template] Conditionally compile select set_trigger
Only allocate the set_trigger when set_action is configured.
This saves ~20-24 bytes of heap per template select that doesn't
use set_action.
2026-02-01 20:39:52 +01:00
J. Nick Koston 5b68d9b589 [wifi] Conditionally compile on_connect/on_disconnect triggers 2026-02-01 20:13:34 +01:00
Roger Fachini 52d7d3c637 Merge branch 'dev' into feature/ethernet-automations 2026-02-01 03:27:41 -08:00
Roger Fachini 083c14f70d [ethernet] Update tests with on_connect/on_disconnect 2026-02-01 02:37:09 -08:00
J. Nick Koston 9afe0824d9 Merge branch 'top_30_symbols_analyze_memory' into integration 2026-01-31 17:49:01 -06:00
Simon FischerThomas Rupprechtpre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>Jonathan SwobodaClaude Opus 4.5
1ff2f3b6a3 [dlms_meter] Add dlms smart meter component (#8009)
Co-authored-by: Thomas Rupprecht <rupprecht.thomas@gmail.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-31 10:48:27 -05:00
J. Nick Koston 8b9d2f5a47 Merge remote-tracking branch 'origin/useless_tag_cache' into integration 2026-01-30 23:46:49 -06:00
Clyde Stubbs 9dcb469460 [core] Simplify generation of Lambda during to_code() (#13533) 2026-01-31 12:18:30 +11:00
J. Nick Koston 7409886a2d Merge branch 'json_web_server_stack' into integration 2026-01-30 16:40:56 -06:00
J. Nick Koston c95cecd697 Merge branch 'posix_tz' into integration 2026-01-30 16:03:54 -06:00
J. Nick Koston 9b3a9bc3ef Merge remote-tracking branch 'upstream/dev' into integration 2026-01-30 16:03:40 -06:00
J0k3r2k1pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>Jonathan SwobodaJ. Nick Koston
5e3561d60b [mipi_spi] Fix log_pin() FlashStringHelper compatibility (#13624)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
2026-01-30 14:33:45 -06:00
J. Nick Koston dcd0f53027 fix clang-tidy warnings
- Add NOLINT for intentional global mutable state
- Simplify boolean return in parse_posix_tz
- Add USE_TIME_TIMEZONE define for tests
- Add NOLINT for Google Test SetUp/TearDown methods
2026-01-30 02:51:36 -06:00
J. Nick Koston cde2199b64 more cover 2026-01-30 01:46:57 -06:00
J. Nick Koston e3a99f12e4 more edge cases 2026-01-30 01:22:32 -06:00
J. Nick Koston d31a860bf2 fix, macos and linux disagree on ambig time 2026-01-30 01:18:16 -06:00
J. Nick Koston 31859a3eb5 fix 2026-01-30 01:10:43 -06:00
J. Nick Koston 22ab20ba4c aioesphomeapi and esphome both always have M format, it was overkill 2026-01-30 00:36:17 -06:00
J. Nick Koston 31aa58c45d bot review 2026-01-30 00:12:46 -06:00
J. Nick Koston 91ad54d864 bot review 2026-01-30 00:03:13 -06:00
J. Nick Koston 695df9b979 bot review 2026-01-29 23:49:07 -06:00
J. Nick Koston 77ebfc8687 aioesphomeapi and esphome both always have M format, it was overkill 2026-01-29 23:34:59 -06:00
J. Nick Koston 300b7169ad cleanup 2026-01-29 23:29:10 -06:00
J. Nick Koston 1353dbc31e cleanup 2026-01-29 23:28:35 -06:00
J. Nick Koston 300eea034b handle trailing garbage 2026-01-29 23:26:53 -06:00
J. Nick Koston 90a06b5249 Merge branch 'dev' into posix_tz 2026-01-29 19:20:14 -10:00
J. Nick Koston a946aefbed more cover 2026-01-29 22:54:56 -06:00
J. Nick Koston 5d49c81e2d more cover 2026-01-29 22:42:33 -06:00
J. Nick Koston bec7d6d223 tweak 2026-01-29 22:31:23 -06:00
J. Nick Koston 973105f2e5 tweak 2026-01-29 22:28:09 -06:00
J. Nick Koston 53fb876738 tests 2026-01-29 22:17:36 -06:00
J. Nick Koston d2bc168f39 tweak 2026-01-29 22:07:34 -06:00
J. Nick Koston 85c814b712 tweak 2026-01-29 22:02:46 -06:00
J. Nick Koston c1971955a3 tweak 2026-01-29 21:53:43 -06:00
J. Nick Koston 4cdf0224ba tweak 2026-01-29 21:48:46 -06:00
Thomas Rupprecht 20edd11ca7 [pmsx003] Improvements (#13626) 2026-01-29 22:48:16 -05:00
J. Nick Koston 47f029b713 cover 2026-01-29 21:38:59 -06:00
J. Nick Koston aad3764806 posix_tz 2026-01-29 21:14:42 -06:00
J. Nick Koston 0a4b98d74a fix double templates 2026-01-29 17:43:26 -06:00
David Woodhouseandpre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> 823b5ac1ab [ch423] Add CH423 I/O expander component (#13079)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-01-29 18:16:15 -05:00
J. Nick Koston c2ff653d1b Merge branch 'esp32_ard_compile_time' into integration 2026-01-29 14:31:37 -06:00
J. Nick Koston 13c0140375 fix new test 2026-01-29 14:29:45 -06:00
J. Nick Koston ff128ecc7e i2s 2026-01-29 14:25:56 -06:00
J. Nick Koston cfe7ad538d no need to add a new config option 2026-01-29 13:43:44 -06:00
J. Nick Koston ecc0b366b3 [esp32] Reduce compile time by excluding unused IDF components (#13610) 2026-01-29 13:21:12 -06:00
J. Nick Koston 11ef339d58 Merge branch 'esp32_compile_time' into integration 2026-01-29 12:28:36 -06:00
J. Nick Koston 6a48665ed0 clarify this is builtin components 2026-01-29 12:25:52 -06:00