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

Commit Graph

  • cce5b58de4 Revert "[tests] Fix millis() ambiguity in component tests with gps component" J. Nick Koston 2025-10-23 08:19:48 -06:00
  • ba4ce200d8 Merge branch 'qualify_millis_tests_tinygps' into redundant_setters J. Nick Koston 2025-10-23 06:51:05 -06:00
  • f9b08491cc [tests] Fix millis() ambiguity in component tests with gps component qualify_millis_tests_tinygps J. Nick Koston 2025-10-23 06:50:24 -06:00
  • ba3fd5fdb5 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-22 19:50:57 -10:00
  • 41dab22014 Merge branch 'redundant_setters' into integration J. Nick Koston 2025-10-22 19:50:50 -10:00
  • b61cc2003f [core][sensor] Eliminate redundant default value setters in generated code J. Nick Koston 2025-10-22 19:49:27 -10:00
  • 6a009d0945 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-22 19:21:09 -10:00
  • dd5b840895 Merge branch 'http_request_no_copy' into integration J. Nick Koston 2025-10-22 19:21:00 -10:00
  • a89511f3ae [http_request] Pass collect_headers by const reference instead of by value J. Nick Koston 2025-10-22 19:00:58 -10:00
  • f66a526d2e [http_request] Pass collect_headers by const reference instead of by value J. Nick Koston 2025-10-22 19:00:58 -10:00
  • 917deac7cb [scheduler] Remove unused <deque> include after defer queue optimization (#11491) J. Nick Koston 2025-10-22 18:02:19 -10:00
  • 3d21adecd3 Bump aioesphomeapi from 42.2.0 to 42.3.0 (#11493) dependabot[bot] 2025-10-23 02:58:09 +00:00
  • 5b023f9369 [ethernet] Add RMII GPIO pin conflict validation (#11488) J. Nick Koston 2025-10-22 16:37:50 -10:00
  • 6c2ce5cacf Bump bleak from 1.0.1 to 1.1.1 (#11492) dependabot[bot] 2025-10-22 16:36:30 -10:00
  • d23e25f099 [api] Fix clang-tidy modernize-use-emplace warning for light effects (#11490) J. Nick Koston 2025-10-22 16:31:51 -10:00
  • af428fd7c5 Merge remote-tracking branch 'origin/memory_api' into memory_api J. Nick Koston 2025-10-22 16:26:03 -10:00
  • d434f0c641 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-22 16:25:47 -10:00
  • d15dbabae4 Merge branch 'climate_overhead' into integration J. Nick Koston 2025-10-22 16:25:35 -10:00
  • 9b78098eec [hdc2010] New component (#6674) optimusprimespace 2025-10-23 05:24:17 +03:00
  • 6338326d10 use helper to fix flakey test J. Nick Koston 2025-10-22 16:18:57 -10:00
  • 87c630cf45 Merge branch 'memory_api' of https://github.com/esphome/esphome into memory_api J. Nick Koston 2025-10-22 16:14:53 -10:00
  • fe7ebbc33e Merge branch 'integration' into memory_api J. Nick Koston 2025-10-22 16:14:46 -10:00
  • 19edaf97de Merge branch 'ethernet_pin_validate' into integration J. Nick Koston 2025-10-22 16:14:41 -10:00
  • ceba2fad15 Merge branch 'integration' of https://github.com/esphome/esphome into integration J. Nick Koston 2025-10-22 16:14:35 -10:00
  • f5b995a454 preen J. Nick Koston 2025-10-22 16:11:37 -10:00
  • 3112c06f1d handle p4 J. Nick Koston 2025-10-22 16:07:46 -10:00
  • b276bc0867 Merge branch 'dev' into climate_overhead J. Nick Koston 2025-10-22 15:24:26 -10:00
  • 7e5b82c5f3 [improv_serial] Various optimizations (#11473) Keith Burzinski 2025-10-22 20:24:08 -05:00
  • 2864e989bd [light] Extract ColorModeMask into generic FiniteSetMask helper (#11472) J. Nick Koston 2025-10-22 15:22:46 -10:00
  • 6efe346cc5 [light] Use std::initializer_list for add_effects to reduce flash overhead (#11485) J. Nick Koston 2025-10-22 15:21:53 -10:00
  • f2f6c597ef [light] Store effect names in flash (const char*) to save RAM (#11487) J. Nick Koston 2025-10-22 15:17:57 -10:00
  • 7a033edbc2 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-22 15:17:38 -10:00
  • ec93a932ae Merge branch 'ethernet_pin_validate' into integration J. Nick Koston 2025-10-22 15:17:33 -10:00
  • a050ff6ac3 preen J. Nick Koston 2025-10-22 15:17:23 -10:00
  • 48643cd2de Merge branch 'integration' into memory_api J. Nick Koston 2025-10-22 15:09:10 -10:00
  • 8737f5d670 Merge branch 'ethernet_pin_validate' into integration J. Nick Koston 2025-10-22 15:09:01 -10:00
  • c6de86bfb1 tests J. Nick Koston 2025-10-22 15:08:12 -10:00
  • 64e3e1ef82 preen J. Nick Koston 2025-10-22 15:00:36 -10:00
  • 6a2b305eb2 [ethernet] Add RMII GPIO pin conflict validation J. Nick Koston 2025-10-22 14:57:32 -10:00
  • b91b12d77a [nrf52] support BLE --device for logging (#9861) tomaszduda23 2025-10-23 02:55:34 +02:00
  • ae41ae80ca Fix light_call.cpp to use first_value_from_mask instead of first_mode_from_mask J. Nick Koston 2025-10-22 14:33:48 -10:00
  • d8cb5d4aa4 Fix light_traits.h to use correct FiniteSetMask API J. Nick Koston 2025-10-22 14:33:02 -10:00
  • 416ce17c92 Merge branch 'climate_overhead' into memory_api J. Nick Koston 2025-10-22 14:31:45 -10:00
  • 4d86bbda79 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-22 14:23:17 -10:00
  • 6e8997dcee Merge branch 'fan_fixed' into integration J. Nick Koston 2025-10-22 14:23:10 -10:00
  • cdbf9682b1 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-22 14:12:29 -10:00
  • dff7e90d10 Merge branch 'light_effects_rom' into integration J. Nick Koston 2025-10-22 14:12:23 -10:00
  • c55c031882 missed some J. Nick Koston 2025-10-22 13:55:44 -10:00
  • 272858dfca [light] Store effect names in flash (const char*) to save RAM J. Nick Koston 2025-10-22 13:48:23 -10:00
  • 091c12cb48 preen J. Nick Koston 2025-10-22 13:29:14 -10:00
  • 39b93079e5 simp J. Nick Koston 2025-10-22 13:26:53 -10:00
  • 93c555ae87 reset J. Nick Koston 2025-10-22 13:18:14 -10:00
  • 42a7385f98 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-22 12:32:37 -10:00
  • b5e7e0e442 Merge branch 'light_effects' into integration J. Nick Koston 2025-10-22 12:32:33 -10:00
  • 977dd9dd34 manual copy J. Nick Koston 2025-10-22 12:29:23 -10:00
  • fe6f877185 manual copy J. Nick Koston 2025-10-22 12:28:51 -10:00
  • c7aef0016a manual copy J. Nick Koston 2025-10-22 12:27:29 -10:00
  • c69e7f4e78 init J. Nick Koston 2025-10-22 12:25:35 -10:00
  • 6d1ee10742 manual copy J. Nick Koston 2025-10-22 12:24:47 -10:00
  • 77f97270d6 [light] Use std::initializer_list for add_effects to reduce flash overhead J. Nick Koston 2025-10-22 12:20:50 -10:00
  • e822aa1e3d Merge branch 'integration' into memory_api J. Nick Koston 2025-10-22 12:14:08 -10:00
  • 4ed33b5659 Merge branch 'enum_mask_helper' into integration J. Nick Koston 2025-10-22 12:14:03 -10:00
  • 516889f35e Merge remote-tracking branch 'origin/fan_fixed' into fan_fixed J. Nick Koston 2025-10-22 12:02:31 -10:00
  • 26e4754673 fixed J. Nick Koston 2025-10-22 12:02:20 -10:00
  • a3b3032319 Merge branch 'dev' into fan_fixed J. Nick Koston 2025-10-22 11:56:27 -10:00
  • 7f567bdfbe [fan] Add basic fan compile tests (#11484) J. Nick Koston 2025-10-22 11:53:15 -10:00
  • b0f764a37e fixed J. Nick Koston 2025-10-22 11:52:15 -10:00
  • 5c7029623e fixed J. Nick Koston 2025-10-22 11:44:42 -10:00
  • fdb23a2c13 fixed J. Nick Koston 2025-10-22 11:42:31 -10:00
  • 43bcd98649 fixed J. Nick Koston 2025-10-22 11:41:15 -10:00
  • 274c0505f7 fixed J. Nick Koston 2025-10-22 11:38:52 -10:00
  • eaf0a367b4 fixed J. Nick Koston 2025-10-22 11:37:19 -10:00
  • 657e6f0bce fixed J. Nick Koston 2025-10-22 11:28:53 -10:00
  • 935acc7d5e fixed J. Nick Koston 2025-10-22 11:24:12 -10:00
  • acd24402dd reduce scope J. Nick Koston 2025-10-22 11:16:28 -10:00
  • ac36b97262 reduce scope J. Nick Koston 2025-10-22 11:16:13 -10:00
  • 828f2addcd Merge remote-tracking branch 'origin/fan_fixed' into fan_fixed J. Nick Koston 2025-10-22 11:09:23 -10:00
  • f11e8e36b5 missed J. Nick Koston 2025-10-22 11:09:10 -10:00
  • f2de8df556 [openthread] Fix OTA by populating CORE.address with device's mDNS address (#11095) Daniel Stiner 2025-10-22 14:07:01 -07:00
  • 788c402cfe Merge branch 'fan_base_tests' into fan_fixed J. Nick Koston 2025-10-22 11:05:09 -10:00
  • 04d127015c Add basic fan compile tests J. Nick Koston 2025-10-22 11:04:38 -10:00
  • f559fad4fc [fan] Use FixedVector for preset modes, preserve config order (breaking) J. Nick Koston 2025-10-22 11:03:32 -10:00
  • f58b90a67c preen J. Nick Koston 2025-10-22 10:34:44 -10:00
  • 42a86fe333 merge J. Nick Koston 2025-10-22 10:18:51 -10:00
  • 3dfb2ba70e tidy J. Nick Koston 2025-10-22 10:18:26 -10:00
  • 771501ccbb Merge branch 'integration' into memory_api J. Nick Koston 2025-10-22 10:13:54 -10:00
  • 8daab8350c Merge branch 'enum_mask_helper' into integration J. Nick Koston 2025-10-22 10:13:49 -10:00
  • 1bebdb2c00 fix refactoring error J. Nick Koston 2025-10-22 10:12:58 -10:00
  • 4c6cd05b7b Merge branch 'integration' into memory_api J. Nick Koston 2025-10-22 10:08:53 -10:00
  • a4073ffc7b Merge branch 'enum_mask_helper' into integration J. Nick Koston 2025-10-22 10:08:45 -10:00
  • a284a06916 policy J. Nick Koston 2025-10-22 10:08:27 -10:00
  • 94809c4687 merge J. Nick Koston 2025-10-22 10:07:36 -10:00
  • 22070ac78f review feedback J. Nick Koston 2025-10-22 10:07:16 -10:00
  • 349dc7227e Merge branch 'integration' into memory_api J. Nick Koston 2025-10-22 09:59:39 -10:00
  • ceb2231a9f Merge branch 'enum_mask_helper' into integration J. Nick Koston 2025-10-22 09:59:28 -10:00
  • 7c7f1e755d merge J. Nick Koston 2025-10-22 09:55:10 -10:00
  • bc7cc066a5 backmerge J. Nick Koston 2025-10-22 09:54:47 -10:00
  • 8e9a438c46 reduce J. Nick Koston 2025-10-22 09:51:15 -10:00
  • 73944d4077 reduce J. Nick Koston 2025-10-22 09:48:39 -10:00
  • 56d084bcff reduce J. Nick Koston 2025-10-22 09:47:31 -10:00