1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 06:33:51 +00:00

Commit Graph

  • ce80baa3c9 reduce J. Nick Koston 2025-10-22 09:46:13 -10:00
  • d7f32bf27f reduce J. Nick Koston 2025-10-22 09:44:14 -10:00
  • 1c67a61945 [ci] Fix WiFi testing mode validation and component splitter for variant-only tests (#11481) J. Nick Koston 2025-10-22 09:10:24 -10:00
  • a335aa0713 [pre-commit.ci lite] apply automatic fixes pre-commit-ci-lite[bot] 2025-10-22 18:56:11 +00:00
  • 02a8024e94 Update esphome/components/light/color_mode.h J. Nick Koston 2025-10-22 08:54:21 -10:00
  • 35afa7ae05 migrate J. Nick Koston 2025-10-22 08:52:27 -10:00
  • 0572344c08 revert J. Nick Koston 2025-10-22 08:48:25 -10:00
  • 753662feaa preen J. Nick Koston 2025-10-22 08:47:18 -10:00
  • daef2a81b7 Merge remote-tracking branch 'upstream/dev' into enum_mask_helper J. Nick Koston 2025-10-22 08:44:47 -10:00
  • c70a3cf405 feedback J. Nick Koston 2025-10-22 08:44:08 -10:00
  • 92a812e154 optimize J. Nick Koston 2025-10-22 08:30:17 -10:00
  • 77141d3e83 [esp32] Set the location of the IDF component manager cache (#11467) Jonathan Swoboda 2025-10-22 14:28:18 -04:00
  • f592f79bce [ci] Fix component splitter for components with only variant tests (#11476) J. Nick Koston 2025-10-22 07:30:27 -10:00
  • 6edbb94529 [ci] Fix test detection for components with only variant tests (#11474) J. Nick Koston 2025-10-22 00:06:14 -10:00
  • 3fda73bcf2 bot review J. Nick Koston 2025-10-22 00:05:06 -10:00
  • 0d2eb794c7 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-21 23:57:40 -10:00
  • 55d7f5e8be Merge branch 'enum_mask_helper' into integration J. Nick Koston 2025-10-21 23:57:33 -10:00
  • 44c2410017 preen J. Nick Koston 2025-10-21 22:48:42 -10:00
  • 50eaf522b9 Merge branch 'dev' into enum_mask_helper J. Nick Koston 2025-10-21 22:48:22 -10:00
  • 7310d75579 minimize changes J. Nick Koston 2025-10-21 22:39:11 -10:00
  • ae1af5f16e minimize changes J. Nick Koston 2025-10-21 22:38:44 -10:00
  • 0d256e12a6 [climate] Remove redundant initializer_list overloads from haier and midea J. Nick Koston 2025-10-21 22:37:48 -10:00
  • 0ad42ec79b minimize changes J. Nick Koston 2025-10-21 22:37:19 -10:00
  • 1eca67bb4c [climate] Remove redundant initializer_list overloads J. Nick Koston 2025-10-21 22:36:33 -10:00
  • d8e8c2832e minimize changes J. Nick Koston 2025-10-21 22:34:58 -10:00
  • 55d1b823e8 minimize changes J. Nick Koston 2025-10-21 22:34:45 -10:00
  • 2debf04a48 [climate] Use std::set API for EnumBitmask J. Nick Koston 2025-10-21 22:32:58 -10:00
  • e9e6b9ddf9 minimize changes J. Nick Koston 2025-10-21 22:32:36 -10:00
  • 7eff1c31fd adjust J. Nick Koston 2025-10-21 22:30:27 -10:00
  • 9d1ceba18f [core] Use std::set API for EnumBitmask J. Nick Koston 2025-10-21 22:28:59 -10:00
  • f8f967b25c wi J. Nick Koston 2025-10-21 22:25:57 -10:00
  • 1119b4e11e [core] Add std::set compatibility aliases to EnumBitmask J. Nick Koston 2025-10-21 22:23:37 -10:00
  • d37eb59fd7 [light] Eliminate dimming undershoot during addressable light transition (#11471) Jeff Brown 2025-10-22 01:22:33 -07:00
  • c6711fc354 adjust J. Nick Koston 2025-10-21 22:19:07 -10:00
  • 8fd3719f38 merge J. Nick Koston 2025-10-21 22:10:09 -10:00
  • e2b3617df3 [climate] Fix restore state for fan mode, preset, and swing mode (#11126) Jeff Brown 2025-10-22 01:08:40 -07:00
  • 15d4e30df2 merge J. Nick Koston 2025-10-21 22:04:46 -10:00
  • 960e6da4f7 [gree] Use EnumBitmask add() instead of insert() for climate traits J. Nick Koston 2025-10-21 22:02:53 -10:00
  • 4dba685898 merge J. Nick Koston 2025-10-21 22:01:39 -10:00
  • 379d76b397 Merge branch 'enum_mask_helper' into climate_overhead J. Nick Koston 2025-10-21 22:01:27 -10:00
  • 777e73fd04 Extract ColorModeMask into EnumBitmask helper J. Nick Koston 2025-10-21 21:54:44 -10:00
  • 902680a2e0 Merge remote-tracking branch 'upstream/dev' into light-addr light-addr J. Nick Koston 2025-10-21 19:42:19 -10:00
  • e1c851cab8 [wifi] Optimize WiFi network storage with FixedVector (#11458) J. Nick Koston 2025-10-21 19:23:10 -10:00
  • 146b067d62 [light] Add compile test for addressable lights (#11465) J. Nick Koston 2025-10-21 17:59:39 -10:00
  • 5b15827009 [CI] Fix component detection when core files change in determine-jobs (#11461) J. Nick Koston 2025-10-21 17:58:40 -10:00
  • 0de79ba291 [event] Replace std::set with FixedVector for event type storage (#11463) J. Nick Koston 2025-10-21 17:57:18 -10:00
  • e3aaf6a144 [wifi] Test multiple stas in wifi compile tests (#11460) J. Nick Koston 2025-10-21 17:55:46 -10:00
  • 78ffeb30fb [binary_sensor] Optimize MultiClickTrigger with FixedVector (#11453) J. Nick Koston 2025-10-21 17:55:13 -10:00
  • d3927fe33f fix compile J. Nick Koston 2025-10-21 17:35:24 -10:00
  • f7a4578390 fix compile J. Nick Koston 2025-10-21 17:27:01 -10:00
  • f3bf25d203 fix compile J. Nick Koston 2025-10-21 17:25:20 -10:00
  • bbce28c18d fix compile J. Nick Koston 2025-10-21 17:21:59 -10:00
  • dfa51a5137 merge J. Nick Koston 2025-10-21 17:16:04 -10:00
  • a59fdd8e04 wip J. Nick Koston 2025-10-21 16:58:15 -10:00
  • bc296d05fb wip J. Nick Koston 2025-10-21 16:57:18 -10:00
  • 46afd21738 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-21 15:58:37 -10:00
  • 740a66a4c0 Merge remote-tracking branch 'upstream/dev' into integration J. Nick Koston 2025-10-21 15:58:30 -10:00
  • 1b3cbb9f60 Merge branch 'addressable_light_tests' into light-addr J. Nick Koston 2025-10-21 15:57:21 -10:00
  • e3ecbf6d65 a wild merge appears J. Nick Koston 2025-10-21 15:57:00 -10:00
  • 603e3d94c7 Merge branch 'addressable_light_tests' into light-addr J. Nick Koston 2025-10-21 15:52:17 -10:00
  • 98f691913f [light] Add compile test for addressable lights J. Nick Koston 2025-10-21 15:51:31 -10:00
  • a89a35bff3 test J. Nick Koston 2025-10-21 15:50:03 -10:00
  • 2c1927fd12 [api] Allow clearing noise psk if dynamically set (#11429) Jesse Hills 2025-10-22 14:24:56 +13:00
  • c6ae1a5909 [core] Stop clang-format "fixing" a single line (#11462) Jesse Hills 2025-10-22 14:00:27 +13:00
  • e9e306501a Merge branch 'dev' into light-addr J. Nick Koston 2025-10-21 14:19:51 -10:00
  • f562454f8e Merge branch 'integration' into memory_api J. Nick Koston 2025-10-21 14:17:00 -10:00
  • ad2e6d1454 Merge branch 'event_types' into integration J. Nick Koston 2025-10-21 14:16:55 -10:00
  • ece0619070 [event] Replace std::set with FixedVector for event type storage J. Nick Koston 2025-10-21 14:05:43 -10:00
  • 033325d354 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-21 13:45:01 -10:00
  • 73a3665b86 Merge branch 'wifi_sta_fixed' into integration J. Nick Koston 2025-10-21 13:44:55 -10:00
  • 35f3c6b098 preen J. Nick Koston 2025-10-21 13:44:46 -10:00
  • f9fe2d21e5 tweaks J. Nick Koston 2025-10-21 13:25:51 -10:00
  • 0bde964441 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-21 13:12:20 -10:00
  • 753e011d73 Merge branch 'wifi_sta_fixed' into integration J. Nick Koston 2025-10-21 13:12:12 -10:00
  • bfd115d25c drop double copy select_options_fixed J. Nick Koston 2025-10-21 12:58:15 -10:00
  • bfacb8d363 drop double copy J. Nick Koston 2025-10-21 12:58:06 -10:00
  • d955479145 drop double copy J. Nick Koston 2025-10-21 12:57:29 -10:00
  • 5a3251a693 drop double copy J. Nick Koston 2025-10-21 12:56:02 -10:00
  • ceea861cc4 cleanup J. Nick Koston 2025-10-21 12:43:09 -10:00
  • 9c712744be [light] Replace std::vector with FixedVector in strobe and color_wipe effects (#11455) J. Nick Koston 2025-10-21 12:40:19 -10:00
  • cc6ee15e99 cleanup J. Nick Koston 2025-10-21 12:34:02 -10:00
  • 65c88e3ec4 Merge remote-tracking branch 'origin/select_options_fixed' into select_options_fixed J. Nick Koston 2025-10-21 12:29:49 -10:00
  • 7cd787075f fix J. Nick Koston 2025-10-21 12:29:36 -10:00
  • 88c7811e99 Merge branch 'dev' into select_options_fixed J. Nick Koston 2025-10-21 12:27:38 -10:00
  • 9b1ac8f83d Merge branch 'wifi_multi_sta_tests' into wifi_sta_fixed J. Nick Koston 2025-10-21 12:26:12 -10:00
  • d79af2d0e9 Merge branch 'dev' into wifi_multi_sta_tests J. Nick Koston 2025-10-21 12:25:57 -10:00
  • 3291488a8b compat select_fixed_vector J. Nick Koston 2025-10-21 12:24:39 -10:00
  • 75550b39f4 compat J. Nick Koston 2025-10-21 12:23:16 -10:00
  • ae50a09b4e C++ components unit test framework (#9284) Javier Peletier 2025-10-22 00:21:22 +02:00
  • f15da08acc Merge branch 'wifi_multi_sta_tests' into wifi_sta_fixed J. Nick Koston 2025-10-21 12:17:51 -10:00
  • 3f76a67c65 [wifi] Test multiple stas in wifi compile tests J. Nick Koston 2025-10-21 12:17:16 -10:00
  • a966ac7255 [select] Optimize SelectTraits with FixedVector for compile-time options J. Nick Koston 2025-10-21 12:15:45 -10:00
  • 1ea80594c6 [light] Improve gamma correction precision (#11141) Jeff Brown 2025-10-21 15:11:11 -07:00
  • 02e1ed2130 multiple networks J. Nick Koston 2025-10-21 11:57:06 -10:00
  • 8500323d39 [esp32] Add advanced options to disable unused VFS features (saves ~8.7 KB flash) (#11441) J. Nick Koston 2025-10-21 11:47:31 -10:00
  • 2948264917 try to avoid some of the ram J. Nick Koston 2025-10-21 11:46:30 -10:00
  • 660411ac42 try to avoid some of the ram J. Nick Koston 2025-10-21 11:44:56 -10:00
  • 88e3f02c9c try to avoid some of the ram J. Nick Koston 2025-10-21 11:40:48 -10:00
  • 6f7db2f5f7 [gpio] Optimize switch interlock with FixedVector (#11448) J. Nick Koston 2025-10-21 11:35:34 -10:00
  • 9922c65912 Add compile tests for binary_sensor MultiClickTrigger (#11454) J. Nick Koston 2025-10-21 11:32:48 -10:00