J. Nick Koston
|
a75ccf841c
|
[substitutions] Fix AttributeError when using packages with substitutions (#11274)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-16 17:17:07 +13:00 |
|
J. Nick Koston
|
2c4818de00
|
[tests] Fix OTA password test assertions after merge collision (#11275)
|
2025-10-16 17:17:06 +13:00 |
|
Jesse Hills
|
2b94de8732
|
[ota.esphome] Handle blank password the same as no password defined (#11271)
|
2025-10-16 17:17:06 +13:00 |
|
J. Nick Koston
|
f71aed3a5c
|
[ota] Fix MQTT resolution when static IP appears first in device list (#11272)
|
2025-10-16 17:17:06 +13:00 |
|
Clyde Stubbs
|
353e097085
|
[mipi_spi] Rotation fixes (#11226)
|
2025-10-16 17:17:06 +13:00 |
|
J. Nick Koston
|
d7fcf8d57b
|
[pzemac, pzemdc, sdm_meter] Fix pin conflicts in ESP32-IDF tests (#11240)
|
2025-10-15 11:35:52 +13:00 |
|
J. Nick Koston
|
07504c8208
|
Fix log retrieval with FQDN when mDNS is disabled (#11202)
|
2025-10-14 15:38:15 +13:00 |
|
Jonathan Swoboda
|
b666b8e261
|
[core] Properly clean the build dir in the HA addon (#11208)
|
2025-10-14 15:38:15 +13:00 |
|
J. Nick Koston
|
2b42903e9c
|
[usb_host] Fix transfer slot exhaustion at high data rates and add configurable max_transfer_requests (#11174)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-10-13 08:49:29 +13:00 |
|
J. Nick Koston
|
e4bc465a3d
|
[ota] Increase handshake timeout to 20s now that auth is non-blocking (#11186)
|
2025-10-13 08:49:29 +13:00 |
|
J. Nick Koston
|
53e6b28092
|
[mipi_rgb] Fix pin conflicts introduced by shared SPI bus in #11134 (#11185)
|
2025-10-13 08:49:28 +13:00 |
|
J. Nick Koston
|
5f5092e29f
|
[ci] Filter out components without tests from CI test jobs (#11134 followup) (#11178)
|
2025-10-13 08:49:28 +13:00 |
|
J. Nick Koston
|
2864bf1674
|
Group component tests to reduce CI time (#11134)
|
2025-10-13 08:49:28 +13:00 |
|
J. Nick Koston
|
8b0ec0afe3
|
[ci][tests] Remove all redundant ESP32-C3 Arduino tests (#11154)
|
2025-10-13 08:49:28 +13:00 |
|
J. Nick Koston
|
dca29ed89b
|
[datetime][ci][tests] Replace test.all.yaml with minimal platform cover (#11151)
|
2025-10-13 08:49:28 +13:00 |
|
J. Nick Koston
|
728726e29e
|
[ci][tests] Remove redundant ESP32-C3 Arduino tests for non-variant-specific components (#11152)
|
2025-10-13 08:49:28 +13:00 |
|
J. Nick Koston
|
79f4ca20b8
|
[opentherm][ci][tests] Remove redundant ESP32 Arduino tests and simplify conditionals (#11149)
|
2025-10-13 08:49:28 +13:00 |
|
J. Nick Koston
|
3eca72e0b8
|
[ci][logger][tests] Remove redundant ESP32 Arduino test files (#11144)
|
2025-10-13 08:49:28 +13:00 |
|
J. Nick Koston
|
22c0f55cef
|
[ci][debug][tests] Remove redundant ESP32 variant Arduino test files (#11146)
|
2025-10-13 08:49:28 +13:00 |
|
J. Nick Koston
|
fd8ecc9608
|
[ci][time][tests] Remove redundant ESP32 Arduino test files (#11147)
|
2025-10-13 08:49:27 +13:00 |
|
J. Nick Koston
|
ac96a59d58
|
[network][ci][tests] Remove redundant ESP32 Arduino test files (#11148)
|
2025-10-13 08:49:27 +13:00 |
|
J. Nick Koston
|
dceed992d8
|
[esp32_ble_beacon, esp32_ble_tracker] Remove unused Arduino includes and redundant tests (#11140)
|
2025-10-13 08:49:27 +13:00 |
|
J. Nick Koston
|
b0c66c1c09
|
[ci][mdns][tests] Remove redundant ESP32 Arduino test files (#11143)
|
2025-10-13 08:49:27 +13:00 |
|
J. Nick Koston
|
842cb9033a
|
[mdns] Store TXT record values in flash to reduce heap usage (#11114)
|
2025-10-13 08:49:27 +13:00 |
|
J. Nick Koston
|
a2cb415dfa
|
[ci][improv_serial][tests] Remove redundant ESP32 Arduino test files (#11138)
|
2025-10-13 08:49:27 +13:00 |
|
J. Nick Koston
|
1fac193535
|
[ci][ethernet][tests] Remove redundant Arduino tests for ethernet PHYs (#11137)
|
2025-10-13 08:49:27 +13:00 |
|
J. Nick Koston
|
34632f78cf
|
[ci][tests] Remove redundant ESP32 Arduino test files (#11136)
|
2025-10-13 08:49:27 +13:00 |
|
Jesse Hills
|
2fac813f18
|
[epaper_spi] New epaper component (#10462)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Tudor Sandu <tm.sandu@gmail.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-10-08 21:11:06 +13:00 |
|
Jesse Hills
|
a62c7a03dd
|
[api] Add support for getting action responses from home-assistant (#10948)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2025-10-08 20:47:36 +13:00 |
|
carlessolegrau
|
0fe6e7169c
|
[modbus_controller] courtesy response (#10027)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-10-08 16:40:49 +13:00 |
|
J. Nick Koston
|
5aff20a624
|
[api] Add message size limits to prevent memory exhaustion (#10936)
|
2025-10-08 00:47:31 +00:00 |
|
J. Nick Koston
|
ac566b7fd6
|
[clang-tidy] Include sdkconfig.defaults in hash calculation (#11091)
|
2025-10-06 22:06:30 +00:00 |
|
Jesse Hills
|
27e1095cd7
|
[core] Allow AUTO_LOAD to 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 |
|
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 |
|
Beormund
|
8d4b347e5c
|
[lm75b] Add LM75B temperature sensor component (#10534)
|
2025-10-06 12:36:33 -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
|
20d9ae699c
|
[logger] Conditionally compile runtime tag-specific log levels for performance (#11004)
|
2025-10-06 09:59:52 +13:00 |
|
Patrick
|
0a40a30e4a
|
[esp32_can] support multiple CAN instances for platforms that support it (#10712)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2025-10-03 23:10:19 +00:00 |
|
Carl Reid
|
08afc3030a
|
[psram] raise instead of returning invalid object (#10954)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-10-01 09:47:32 -04:00 |
|
Javier Peletier
|
fd3c05b42e
|
[substitutions] fix #10825 set evaluation error (#10830)
|
2025-10-01 14:33:56 +13:00 |
|
J. Nick Koston
|
2a915e4efd
|
[deep_sleep] esp32 fixes to align with variant support (#10929)
|
2025-10-01 08:42:42 +13:00 |
|
J. Nick Koston
|
c69603d916
|
[dashboard] Replace polling with WebSocket for real-time updates (#10893)
|
2025-09-30 14:03:52 -04:00 |
|
Jonathan Swoboda
|
d75b7708a5
|
[sx126x] Add additional FSK CRC options (#10928)
|
2025-09-30 12:08:28 -04:00 |
|
Stephen Boyle
|
a5ba6237cb
|
[ethernet] Add mac_address yaml configuration option (#10861)
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>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-09-30 08:59:08 -04:00 |
|
Jonathan Swoboda
|
b176d1f890
|
[core] Don't remove storage in clean-all (#10921)
|
2025-09-29 15:24:42 -04:00 |
|
tomaszduda23
|
054b215d8d
|
[nrf52] add more tests (#10694)
|
2025-09-29 14:11:57 -04:00 |
|
tomaszduda23
|
e3e98e2568
|
[nrf52] add more tests (#10695)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2025-09-29 14:09:41 -04:00 |
|
J. Nick Koston
|
a56d044d98
|
[api] Prevent API from overriding noise encryption keys set in YAML (#10927)
|
2025-09-28 22:42:58 -05:00 |
|
J. Nick Koston
|
4b86f31b66
|
[core] Fix platform component normalization happening too late in validation pipeline (#10908)
|
2025-09-29 12:09:08 +13:00 |
|
Brandon Ibach
|
a7042687c1
|
[spi] fix SPI interface selection on ESP32-S2 and -S3 (#10732) (#10766)
|
2025-09-28 10:58:42 +00:00 |
|