| 
							
							
								 J. Nick Koston | 935acc7d5e | fixed | 2025-10-22 11:24:12 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | acd24402dd | reduce scope | 2025-10-22 11:16:28 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | ac36b97262 | reduce scope | 2025-10-22 11:16:13 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 828f2addcd | Merge remote-tracking branch 'origin/fan_fixed' into fan_fixed | 2025-10-22 11:09:23 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | f11e8e36b5 | missed | 2025-10-22 11:09:10 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 788c402cfe | Merge branch 'fan_base_tests' into fan_fixed | 2025-10-22 11:05:09 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 04d127015c | Add basic fan compile tests baseline for https://github.com/esphome/esphome/pull/11483 | 2025-10-22 11:04:38 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | f559fad4fc | [fan] Use FixedVector for preset modes, preserve config order (breaking) | 2025-10-22 11:03:32 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 1c67a61945 | [ci] Fix WiFi testing mode validation and component splitter for variant-only tests (#11481) | 2025-10-23 08:10:24 +13:00 |  | 
			
				
					| 
							
							
								 Jonathan Swoboda | 77141d3e83 | [esp32] Set the location of the IDF component manager cache (#11467) | 2025-10-22 14:28:18 -04:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | f592f79bce | [ci] Fix component splitter for components with only variant tests (#11476) | 2025-10-22 07:30:27 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 6edbb94529 | [ci] Fix test detection for components with only variant tests (#11474) | 2025-10-22 00:06:14 -10:00 |  | 
			
				
					| 
							
							
								 Jeff Brown | d37eb59fd7 | [light] Eliminate dimming undershoot during addressable light transition (#11471) | 2025-10-22 08:22:33 +00:00 |  | 
			
				
					| 
							
							
								 Jeff Brown | e2b3617df3 | [climate] Fix restore state for fan mode, preset, and swing mode (#11126) Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@home-assistant.io> | 2025-10-21 22:08:40 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | e1c851cab8 | [wifi] Optimize WiFi network storage with FixedVector (#11458) Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> | 2025-10-22 05:23:10 +00:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 146b067d62 | [light] Add compile test for addressable lights (#11465) | 2025-10-22 16:59:39 +13:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 5b15827009 | [CI] Fix component detection when core files change in determine-jobs (#11461) | 2025-10-22 16:58:40 +13:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 0de79ba291 | [event] Replace std::set with FixedVector for event type storage (#11463) | 2025-10-22 16:57:18 +13:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | e3aaf6a144 | [wifi] Test multiple stas in wifi compile tests (#11460) | 2025-10-22 16:55:46 +13:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 78ffeb30fb | [binary_sensor] Optimize MultiClickTrigger with FixedVector (#11453) Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> | 2025-10-22 16:55:13 +13:00 |  | 
			
				
					| 
							
							
								 Jesse Hills | 2c1927fd12 | [api] Allow clearing noise psk if dynamically set (#11429) | 2025-10-22 14:24:56 +13:00 |  | 
			
				
					| 
							
							
								 Jesse Hills | c6ae1a5909 | [core] Stop clang-format "fixing" a single line (#11462) | 2025-10-22 01:00:27 +00:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 9c712744be | [light] Replace std::vector with FixedVector in strobe and color_wipe effects (#11455) | 2025-10-22 11:40:19 +13:00 |  | 
			
				
					| 
							
							
								 Javier Peletier | ae50a09b4e | C++ components unit test framework (#9284) Co-authored-by: J. Nick Koston <nick@home-assistant.io>
Co-authored-by: J. Nick Koston <nick@koston.org> | 2025-10-21 22:21:22 +00:00 |  | 
			
				
					| 
							
							
								 Jeff Brown | 1ea80594c6 | [light] Improve gamma correction precision (#11141) Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@home-assistant.io> | 2025-10-21 22:11:11 +00:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 8500323d39 | [esp32] Add advanced options to disable unused VFS features (saves ~8.7 KB flash) (#11441) | 2025-10-22 10:47:31 +13:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 6f7db2f5f7 | [gpio] Optimize switch interlock with FixedVector (#11448) Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> | 2025-10-21 11:35:34 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 9922c65912 | Add compile tests for binary_sensor MultiClickTrigger (#11454) Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> | 2025-10-22 10:32:48 +13:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | f2469077d9 | [light] Add tests for AddressableColorWipeEffectColor/StrobeLightEffectColor (#11456) | 2025-10-22 10:31:18 +13:00 |  | 
			
				
					| 
							
							
								 Jesse Hills | 742eca92d8 | [CI] Add auto label for chained PRs (#11457) | 2025-10-21 11:22:56 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 548913b471 | Add gpio switch interlock compile tests (#11449) | 2025-10-22 10:12:32 +13:00 |  | 
			
				
					| 
							
							
								 Anton Sergunov | a05c5ea240 | [uart] Make rx pin respect pullup and pulldown settings (#9248) | 2025-10-22 10:10:25 +13:00 |  | 
			
				
					| 
							
							
								 Jeff Brown | 8e8a2bde95 | [light] Decouple AddressableLight and Light transition classes (#11166) Co-authored-by: J. Nick Koston <nick@koston.org> | 2025-10-21 10:37:29 -10:00 |  | 
			
				
					| 
							
							
								 Petr Kejval | 80265a6bd2 | [sensor] Add optimistic option to heartbeat filter (#10993) Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org> | 2025-10-21 09:17:07 -04:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 87e9a7a1bd | [climate] Remove unnecessary vector allocations in state save/restore (#11445) | 2025-10-21 04:35:18 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 3aedfe8be3 | [binary_sensor] Optimize AutorepeatFilter with FixedVector (#11444) | 2025-10-21 04:30:13 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 7f2cc47ed6 | [binary_sensor] Add compile test for auto repeat (#11443) | 2025-10-21 04:25:59 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | a5542e0d2b | [sensor] Optimize calibration and Or filters with FixedVector (#11437) | 2025-10-20 21:38:05 -10:00 |  | 
			
				
					| 
							
							
								 Keith Burzinski | 66afe4a9be | [climate] Add some integration tests (#11439) | 2025-10-21 02:26:18 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 0ae9009e41 | [ci] Fix clang-tidy split mode for core file changes (#11434) | 2025-10-20 20:39:50 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 0b2f5fcd7e | Add additional sensor filter tests (#11438) | 2025-10-20 20:39:21 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 7a2887e2ed | [analyze-memory] Improve symbol categorization accuracy (#11440) | 2025-10-20 20:39:05 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | cd2d3f061d | [espnow] Fix compilation error with initializer_list after #11433 (#11436) | 2025-10-20 19:58:24 -10:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 73f5d01c2d | [core] Optimize automation actions memory usage with std::initializer_list (#11433) | 2025-10-21 04:32:58 +00:00 |  | 
			
				
					| 
							
							
								 Jesse Hills | 0938609f7a | [improv] Put next_url behind defines to save flash (#11420) Co-authored-by: J. Nick Koston <nick@koston.org> | 2025-10-21 16:58:26 +13:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 77203f0cb4 | [text_sensor] Optimize filters with FixedVector (1.6KB flash savings) (#11423) Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com> | 2025-10-21 03:24:51 +00:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 040130e357 | [ci] Fix memory impact workflow for new components (#11421) | 2025-10-21 16:02:07 +13:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 85959e3004 | [sensor,text_sensor,binary_sensor] Optimize filter parameters with std::initializer_list (#11426) | 2025-10-21 15:47:13 +13:00 |  | 
			
				
					| 
							
							
								 Jonathan Swoboda | a809a13729 | [core] Add support for extern "C" includes (#11422) | 2025-10-21 15:46:50 +13:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 3b6ff615e8 | [ci] Fix clang-tidy split decision to account for component dependencies (#11430) | 2025-10-21 15:39:15 +13:00 |  |