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

Commit Graph

  • f2469077d9 [light] Add tests for AddressableColorWipeEffectColor/StrobeLightEffectColor (#11456) J. Nick Koston 2025-10-21 11:31:18 -10:00
  • f3f419077b [wifi] Optimize WiFi network storage with FixedVector J. Nick Koston 2025-10-21 11:29:27 -10:00
  • 742eca92d8 [CI] Add auto label for chained PRs (#11457) Jesse Hills 2025-10-22 10:22:56 +13:00
  • fead1a8c22 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-21 11:16:06 -10:00
  • ec08579eab Merge branch 'light_fixed' into integration J. Nick Koston 2025-10-21 11:15:46 -10:00
  • 805b5aef20 Merge branch 'binary_sensor_multi_click_fixed_vector' into integration J. Nick Koston 2025-10-21 11:15:38 -10:00
  • 548913b471 Add gpio switch interlock compile tests (#11449) J. Nick Koston 2025-10-21 11:12:32 -10:00
  • a05c5ea240 [uart] Make rx pin respect pullup and pulldown settings (#9248) Anton Sergunov 2025-10-22 03:10:25 +06:00
  • d6961610c7 [light] Replace std::vector with FixedVector in strobe and color_wipe effects J. Nick Koston 2025-10-21 11:10:02 -10:00
  • 9e693335b6 [binary_sensor] Optimize MultiClickTrigger with FixedVector J. Nick Koston 2025-10-21 10:50:29 -10:00
  • 8e8a2bde95 [light] Decouple AddressableLight and Light transition classes (#11166) Jeff Brown 2025-10-21 13:37:29 -07:00
  • 80265a6bd2 [sensor] Add optimistic option to heartbeat filter (#10993) Petr Kejval 2025-10-21 15:17:07 +02:00
  • c47d9345ea Merge branch 'integration' into memory_api J. Nick Koston 2025-10-20 23:38:37 -10:00
  • e7e96abcba Merge branch 'gpio_switch_fixed_vector' into integration J. Nick Koston 2025-10-20 23:38:26 -10:00
  • 8f4cb740f3 Merge branch 'gpio_switch_interlock_tests' into integration J. Nick Koston 2025-10-20 23:38:18 -10:00
  • 87e9a7a1bd [climate] Remove unnecessary vector allocations in state save/restore (#11445) J. Nick Koston 2025-10-20 23:35:18 -10:00
  • 53d0f589ba Add gpio switch interlock compile tests J. Nick Koston 2025-10-20 23:34:16 -10:00
  • 3aedfe8be3 [binary_sensor] Optimize AutorepeatFilter with FixedVector (#11444) J. Nick Koston 2025-10-20 23:30:13 -10:00
  • 245f083a5c Add gpio switch interlock compile tests J. Nick Koston 2025-10-20 23:29:15 -10:00
  • f9f0d895f7 [gpio] Optimize switch interlock with FixedVector J. Nick Koston 2025-10-20 23:28:23 -10:00
  • 7f2cc47ed6 [binary_sensor] Add compile test for auto repeat (#11443) J. Nick Koston 2025-10-20 23:25:59 -10:00
  • 811cd4582e Merge branch 'integration' into memory_api J. Nick Koston 2025-10-20 22:49:57 -10:00
  • c88861d6ba Merge branch 'remove_climate_temp_vectors' into integration J. Nick Koston 2025-10-20 22:49:49 -10:00
  • 51678fe4a4 [climate] Remove unnecessary vector allocations in state save/restore J. Nick Koston 2025-10-20 22:36:10 -10:00
  • c2c55ac648 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-20 22:23:39 -10:00
  • f1f1017cce Merge branch 'auto_repeat_fixed' into integration J. Nick Koston 2025-10-20 22:23:33 -10:00
  • 4bb4a309e7 [binary_sensor] Optimize AutorepeatFilter with FixedVector J. Nick Koston 2025-10-20 22:09:22 -10:00
  • 375adbb86f [binary_sensor] Optimize AutorepeatFilter with FixedVector J. Nick Koston 2025-10-20 22:09:22 -10:00
  • 5b13814a9e Merge branch 'integration' into memory_api J. Nick Koston 2025-10-20 21:58:42 -10:00
  • 71af6dbb04 Merge remote-tracking branch 'upstream/dev' into integration J. Nick Koston 2025-10-20 21:58:30 -10:00
  • a5542e0d2b [sensor] Optimize calibration and Or filters with FixedVector (#11437) J. Nick Koston 2025-10-20 21:38:05 -10:00
  • 110f23caff fix J. Nick Koston 2025-10-20 21:34:14 -10:00
  • 66afe4a9be [climate] Add some integration tests (#11439) Keith Burzinski 2025-10-21 02:26:18 -05:00
  • faff196f1b Merge branch 'integration' into memory_api J. Nick Koston 2025-10-20 21:25:34 -10:00
  • e3c3acebde Merge branch 'disable_unused_vfs_esp32' into integration J. Nick Koston 2025-10-20 21:25:28 -10:00
  • abcb2ce4e7 conditional J. Nick Koston 2025-10-20 21:17:48 -10:00
  • c3fbfca844 conditional J. Nick Koston 2025-10-20 21:15:23 -10:00
  • 888db4c784 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-20 20:59:26 -10:00
  • b2fe8bb25d Merge branch 'disable_unused_vfs_esp32' into integration J. Nick Koston 2025-10-20 20:59:18 -10:00
  • 572af76bee [esp32] Add advanced options to disable unused VFS features (saves ~5 KB flash) J. Nick Koston 2025-10-20 20:49:12 -10:00
  • 0ae9009e41 [ci] Fix clang-tidy split mode for core file changes (#11434) J. Nick Koston 2025-10-20 20:39:50 -10:00
  • 0b2f5fcd7e Add additional sensor filter tests (#11438) J. Nick Koston 2025-10-20 20:39:21 -10:00
  • 7a2887e2ed [analyze-memory] Improve symbol categorization accuracy (#11440) J. Nick Koston 2025-10-20 20:39:05 -10:00
  • 45460c3165 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-20 20:25:25 -10:00
  • 3533ff50bd Merge branch 'improve_analyze_memory_symbols' into integration J. Nick Koston 2025-10-20 20:25:05 -10:00
  • bc572aeec5 preen J. Nick Koston 2025-10-20 20:21:27 -10:00
  • c6370bb410 more cleanup J. Nick Koston 2025-10-20 20:15:12 -10:00
  • b006f03080 more cleanup J. Nick Koston 2025-10-20 20:13:20 -10:00
  • 226d9a4796 more cleanup J. Nick Koston 2025-10-20 20:12:51 -10:00
  • b9efaabdf0 more cleanup J. Nick Koston 2025-10-20 20:15:12 -10:00
  • 5b4e50d279 more cleanup J. Nick Koston 2025-10-20 20:13:20 -10:00
  • 8c115ab07b more cleanup J. Nick Koston 2025-10-20 20:12:51 -10:00
  • cd2d3f061d [espnow] Fix compilation error with initializer_list after #11433 (#11436) J. Nick Koston 2025-10-20 19:58:24 -10:00
  • ed94822174 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-20 19:21:50 -10:00
  • d36d695024 Merge remote-tracking branch 'upstream/esphome_missed' into integration J. Nick Koston 2025-10-20 19:21:43 -10:00
  • f7bcf87213 more filter cleanups J. Nick Koston 2025-10-20 19:13:12 -10:00
  • 9ee0e20aa8 [espnow] Fix compilation error with initializer_list after #11433 J. Nick Koston 2025-10-20 19:11:16 -10:00
  • 1808d43fce Merge branch 'integration' into memory_api J. Nick Koston 2025-10-20 18:47:01 -10:00
  • 3ccc1aea03 Merge remote-tracking branch 'upstream/dev' into integration J. Nick Koston 2025-10-20 18:46:44 -10:00
  • 73f5d01c2d [core] Optimize automation actions memory usage with std::initializer_list (#11433) J. Nick Koston 2025-10-20 18:32:58 -10:00
  • 0938609f7a [improv] Put next_url behind defines to save flash (#11420) Jesse Hills 2025-10-21 16:58:26 +13:00
  • 77203f0cb4 [text_sensor] Optimize filters with FixedVector (1.6KB flash savings) (#11423) J. Nick Koston 2025-10-20 17:24:51 -10:00
  • ec7c3add9b Merge branch 'integration' into memory_api J. Nick Koston 2025-10-20 17:07:00 -10:00
  • e2da893bf3 Merge branch 'automations_init' into integration J. Nick Koston 2025-10-20 17:06:54 -10:00
  • 6fe533eddb [core] Optimize automation actions memory usage with std::initializer_list J. Nick Koston 2025-10-20 16:59:11 -10:00
  • 040130e357 [ci] Fix memory impact workflow for new components (#11421) J. Nick Koston 2025-10-20 17:02:07 -10:00
  • fc6574992c [core] Optimize automation actions memory usage with std::initializer_list automation_initializer_list J. Nick Koston 2025-10-20 16:59:11 -10:00
  • 85959e3004 [sensor,text_sensor,binary_sensor] Optimize filter parameters with std::initializer_list (#11426) J. Nick Koston 2025-10-20 16:47:13 -10:00
  • a809a13729 [core] Add support for extern "C" includes (#11422) Jonathan Swoboda 2025-10-20 22:46:50 -04:00
  • 3b6ff615e8 [ci] Fix clang-tidy split decision to account for component dependencies (#11430) J. Nick Koston 2025-10-20 16:39:15 -10:00
  • 05216db5f0 ESP8266: Complete testing mode memory patches with DRAM and Flash (#11427) J. Nick Koston 2025-10-20 16:26:49 -10:00
  • 9f668b0c4b Add basic text_sensor tests (#11424) J. Nick Koston 2025-10-20 16:26:41 -10:00
  • 326405ae8f DNM: no split test fix_clang_tidy_split_comp_file_count_single J. Nick Koston 2025-10-20 16:11:28 -10:00
  • eb48ff83a3 Merge remote-tracking branch 'upstream/sensor_init_cleanup' into fix_clang_tidy_split_comp_file_count_sensor_test fix_clang_tidy_split_comp_file_count_sensor_test J. Nick Koston 2025-10-20 16:08:50 -10:00
  • c9e166905f [ci] Fix clang-tidy split decision to account for component dependencies J. Nick Koston 2025-10-20 16:07:58 -10:00
  • fe0b2daec1 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-20 15:34:39 -10:00
  • b6f8f2ac8d Merge branch 'sensor_init_cleanup' into integration J. Nick Koston 2025-10-20 15:34:33 -10:00
  • 1758008b91 Merge branch 'esp8266_size_testing_mode' into integration J. Nick Koston 2025-10-20 15:34:26 -10:00
  • c2147a57f1 bot review J. Nick Koston 2025-10-20 15:30:04 -10:00
  • 4e629dfd89 wip J. Nick Koston 2025-10-20 15:21:40 -10:00
  • 09951d190c wip J. Nick Koston 2025-10-20 15:21:11 -10:00
  • 6a042188c1 wip J. Nick Koston 2025-10-20 15:19:40 -10:00
  • 5bd7342ff4 wip J. Nick Koston 2025-10-20 15:19:06 -10:00
  • ce6d0cd846 tweak J. Nick Koston 2025-10-20 15:17:49 -10:00
  • 5b56807329 wip J. Nick Koston 2025-10-20 15:11:43 -10:00
  • 3847989c0f wip J. Nick Koston 2025-10-20 15:10:49 -10:00
  • b698b45809 [sensor,text_sensor,binary_sensor] Optimize filter parameters with std::initializer_list J. Nick Koston 2025-10-20 14:11:49 -10:00
  • a91fe2c4c3 Merge branch 'integration' into memory_api J. Nick Koston 2025-10-20 13:39:58 -10:00
  • 0daeb0ae34 Merge branch 'text_sensor_filters' into integration J. Nick Koston 2025-10-20 13:39:53 -10:00
  • 54b925e325 Merge remote-tracking branch 'upstream/text_sensor_filters' into text_sensor_filters J. Nick Koston 2025-10-20 13:27:51 -10:00
  • 6c8c049c08 dry J. Nick Koston 2025-10-20 13:27:36 -10:00
  • aa7da775f1 Merge branch 'text_sensor_tests' into text_sensor_filters J. Nick Koston 2025-10-20 13:01:02 -10:00
  • d13b50077f Add basic text_sensor tests J. Nick Koston 2025-10-20 13:00:15 -10:00
  • c34a57df7b text_sensor filters J. Nick Koston 2025-10-20 12:48:27 -10:00
  • 6a239f4d1c [ci] Prefer platform-specific tests for memory impact analysis (#11398) J. Nick Koston 2025-10-20 11:25:33 -10:00
  • ffb0e854b6 [ci] Optimize clang-tidy for small PRs by avoiding unnecessary job spitting (#11402) J. Nick Koston 2025-10-20 11:24:46 -10:00
  • 6fbd0e3385 [esp32_hosted] Bump esp hosted (#11414) Jonathan Swoboda 2025-10-20 17:12:07 -04:00
  • 426511e78d Bump actions/download-artifact from 4.3.0 to 5.0.0 (#11419) dependabot[bot] 2025-10-20 11:11:15 -10:00
  • 97d91fee85 Bump pylint from 4.0.1 to 4.0.2 (#11418) dependabot[bot] 2025-10-20 11:10:33 -10:00
  • 0f4b54aa82 [esp32_improv, improv_base] Reduce flash usage by 352 bytes (#11406) J. Nick Koston 2025-10-20 11:07:39 -10:00