| 
							
							
								 J. Nick Koston | 646430a337 | Merge remote-tracking branch 'upstream/dev' into integration | 2025-10-07 09:50:05 -05:00 |  | 
			
				
					| 
							
							
								 Jesse Hills | 301e7a7ac5 | [const] Move CONF_CAPTURE_RESPONSEto const.py (#11096) | 2025-10-07 03:15:56 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | c80fd0c038 | Merge branch 'fix_double_move' into integration | 2025-10-06 17:42:43 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | a051cff931 | preen | 2025-10-06 17:37:49 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 02ef1351fd | Merge branch 'fix_double_move' into integration | 2025-10-06 17:20:26 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 8821529f6e | [api] Optimize frame helpers to eliminate double-move overhead | 2025-10-06 17:19:10 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | ac566b7fd6 | [clang-tidy] Include sdkconfig.defaults in hash calculation (#11091) | 2025-10-06 22:06:30 +00:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | fddb8b35f2 | [esp32] Fix clang-tidy error for Arduino watchdog function declarations (#11085) | 2025-10-06 16:54:13 -04:00 |  | 
			
				
					| 
							
							
								 Jesse Hills | 27e1095cd7 | [core] Allow AUTO_LOADto receive the component config to determine if it should load other components (#10961)Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io> | 2025-10-06 15:36:27 -05:00 |  | 
			
				
					| 
							
							
								 Mariusz Kryński | fa4541a4f3 | [mcp2515] setup filters (#10486) | 2025-10-06 16:10:46 -04:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 24dcc1843e | [time] Fix clang-tidy sign comparison errors (#11080) | 2025-10-06 14:34:40 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | f670d775ac | [api] Fix clang-tidy sign comparison error (#11081) | 2025-10-06 19:26:58 +00:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | a76af3ca65 | Merge remote-tracking branch 'upstream/dev' into integration | 2025-10-06 14:17:33 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 59a31adac2 | [waveshare_epaper] Fix clang-tidy sign comparison errors (#11079) | 2025-10-07 08:14:28 +13:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | a3c0acc7c9 | Bump pylint from 3.3.8 to 3.3.9 (#11082) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-06 14:13:48 -05:00 |  | 
			
				
					| 
							
							
								![dependabot[bot]](/avatar/48ea49be76d0c68403a7f3df87e3487d?size=56) dependabot[bot] | ad2c5b96a9 | Bump zeroconf from 0.147.2 to 0.148.0 (#11083) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-10-06 19:11:04 +00:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 9adc3bd943 | [veml7700] Fix clang-tidy sign comparison errors (#11078) | 2025-10-06 18:24:05 +00:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | ad296a7d74 | [uponor_smatrix] Fix clang-tidy sign comparison errors (#11076) | 2025-10-06 18:20:56 +00:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | fdd422c42a | [tormatic] Fix clang-tidy sign comparison error (#11075) | 2025-10-06 13:14:52 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | ce92b9b810 | Merge branch 'uuid_compare_was_overly_complex' into integration | 2025-10-06 12:41:51 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | d2cad4cae9 | [esp32_ble] Refactor ESPBTUUID comparison with direct returns and memcmp | 2025-10-06 12:40:04 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 88230b9400 | Merge branch 'espuuid_hex' into integration | 2025-10-06 12:34:38 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 3d82301c3d | [graph] Fix clang-tidy sign comparison error (#11051) | 2025-10-06 13:28:43 -04:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 2fa49be17d | [haier] Fix clang-tidy sign comparison error (#11053) | 2025-10-06 13:27:15 -04:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 75867842ea | [rtttl] Fix clang-tidy sign comparison error (#11065) | 2025-10-06 13:26:59 -04:00 |  | 
			
				
					| 
							
							
								 Stephen Kent | cba85c0925 | [remote_receiver] Add signal demodulation support on ESP32 (#8711) Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> | 2025-10-06 13:24:58 -04:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 42d1269aaf | [esp32_ble_server] Use early returns in is_created() and is_failed() methods (#11072) | 2025-10-06 17:16:25 +00:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | f4df17673b | [esp32_ble_server] Refactor property setters to reduce code duplication (#11071) | 2025-10-06 12:15:06 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | c2d75bf29a | [esp32_ble] Refactor ESPBTUUID::from_raw to use parse_hex helpers | 2025-10-06 12:12:54 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | e340397b41 | [mipi_spi] Fix clang-tidy sign comparison errors (#11070) | 2025-10-06 13:10:41 -04:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 88ef521129 | Merge branch 'esp32_ble_server_early_bail' into integration | 2025-10-06 12:00:21 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 63a48dd1d8 | adjust confusing comment | 2025-10-06 11:59:34 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 40da1b73cc | Merge branch 'esp32_ble_server_early_bail' into integration | 2025-10-06 11:57:37 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 2294bdd8f0 | Merge branch 'esp32_ble_server_cleanup' into integration | 2025-10-06 11:57:34 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | f4b3732ee1 | Merge remote-tracking branch 'upstream/dev' into integration | 2025-10-06 11:57:24 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | c3ac3736cf | [esp32_ble_server] Use early returns in is_created() and is_failed() methods | 2025-10-06 11:55:04 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | abeadc7830 | [remote_base] Fix clang-tidy sign comparison error (#11064) | 2025-10-06 11:49:50 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 9280a8762c | [esp32_ble_server] Refactor property setters to reduce code duplication | 2025-10-06 11:47:16 -05:00 |  | 
			
				
					| 
							
							
								 Beormund | 8d4b347e5c | [lm75b] Add LM75B temperature sensor component (#10534) | 2025-10-06 12:36:33 -04:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | a7f556c25f | [esp32_ble] Fix clang-tidy sign comparison error (#11048) | 2025-10-06 11:28:41 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 3f4250fcd7 | [st7567_i2c] Fix clang-tidy sign comparison warning (#11067) | 2025-10-06 12:27:34 -04:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | b532e04ae4 | [st7789v] Fix clang-tidy sign comparison errors (#11068) Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> | 2025-10-06 16:24:52 +00:00 |  | 
			
				
					| 
							
							
								 Jesse Hills | 697cab45dd | [json] Add parse_jsonoverload forconst char *(#11039)Co-authored-by: J. Nick Koston <nick@koston.org> | 2025-10-06 11:19:31 -05:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | a88182c8e3 | [statsd] Fix clang-tidy sign comparison error (#11069) | 2025-10-06 12:12:39 -04:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 8cfb6578d1 | [graphical_display_menu] Fix clang-tidy sign comparison errors (#11052) | 2025-10-06 12:10:54 -04:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | eb16d322cd | [audio, i2s_audio] Fix clang-tidy sign comparison errors (#11044) | 2025-10-06 12:07:44 -04:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 22e06ba063 | [matrix_keypad] Fix clang-tidy sign comparison error (#11059) Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> | 2025-10-06 11:53:24 -04:00 |  | 
			
				
					| 
							
							
								 Mort | 7147479f90 | [qmc5883l] Added drdy_pin option to allow it to run max rate (#10901) Co-authored-by: Lamer Mortification <lamer_mortification@yahoo.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> | 2025-10-06 11:48:05 -04:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | e55df1babc | [key_collector] Fix clang-tidy sign comparison errors (#11056) Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com> | 2025-10-06 11:34:18 -04:00 |  | 
			
				
					| 
							
							
								 J. Nick Koston | 4c8fc5f4e6 | [pid] Fix clang-tidy sign comparison error (#11063) | 2025-10-06 11:20:59 -04:00 |  |