Jonathan Swoboda
|
86b7933081
|
[esp32_rmt_led_strip][remote_transmitter][remote_receiver] Fix ESP-IDF 6.0 RMT compatibility (#14783)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-13 19:24:41 -04:00 |
|
J. Nick Koston
|
7cceb72cc3
|
[api] Inline force-variant ProtoSize calc methods (#14781)
|
2026-03-13 13:23:41 -10:00 |
|
J. Nick Koston
|
56f7b3e61b
|
[ci] Only run integration tests for changed components (#14776)
|
2026-03-13 13:20:35 -10:00 |
|
J. Nick Koston
|
22062d79a2
|
[analyze-memory] Add function call frequency analysis (#14779)
|
2026-03-13 13:20:17 -10:00 |
|
Jonathan Swoboda
|
ab3b677113
|
[adc] Fix ESP-IDF 6.0 compatibility for ADC_ATTEN_DB_12 (#14784)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-13 23:11:18 +00:00 |
|
Jonathan Swoboda
|
cdb445f69d
|
[mipi_dsi] Fix ESP-IDF 6.0 compatibility for LCD color format (#14785)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-13 23:00:28 +00:00 |
|
Thomas SAMTER
|
1eed1adfa0
|
[pid] Replace std::deque with FixedRingBuffer (#14733)
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2026-03-13 11:38:45 -10:00 |
|
J. Nick Koston
|
a6c08576be
|
[sensor] Use FixedRingBuffer in SlidingWindowFilter, add window_size limit (#14736)
|
2026-03-13 10:17:40 -10:00 |
|
dependabot[bot]
|
f41aa8b18c
|
Bump ruff from 0.15.5 to 0.15.6 (#14774)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2026-03-13 19:35:10 +00:00 |
|
Jonathan Swoboda
|
6700347a48
|
[wifi] Fix ESP-IDF 6.0 compatibility (#14766)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-13 14:47:12 -04:00 |
|
Jonathan Swoboda
|
b147830ef9
|
[core] Fix std::isnan conflict with picolibc on ESP-IDF 6.0 (#14768)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-13 14:24:39 -04:00 |
|
J. Nick Koston
|
bd844fcd0a
|
[template] Fix misleading 'Text value too long to save' warning (#14753)
|
2026-03-13 07:37:44 -10:00 |
|
J. Nick Koston
|
8936be628f
|
[api] Increase log Nagle coalescing on all platforms except ESP8266 (#14752)
|
2026-03-13 07:37:30 -10:00 |
|
J. Nick Koston
|
5920fa97e4
|
[select] Fix -Wmaybe-uninitialized warnings on ESP8266 (#14759)
CI / Create common environment (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.11) (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.14) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.13) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.14) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.11) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.14) (push) Has been cancelled
CI / Determine which jobs to run (push) Has been cancelled
CI / Run integration tests (push) Has been cancelled
CI / Run C++ unit tests (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Run script/clang-tidy for ZEPHYR (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Test components batch (${{ matrix.components }}) (push) Has been cancelled
CI / pre-commit.ci lite (push) Has been cancelled
CI / Build target branch for memory impact (push) Has been cancelled
CI / Build PR branch for memory impact (push) Has been cancelled
CI / Comment memory impact (push) Has been cancelled
CI / CI Status (push) Has been cancelled
Stale / stale (push) Has been cancelled
Lock closed issues and PRs / lock (push) Has been cancelled
Publish Release / Initialize build (push) Has been cancelled
Publish Release / Build and publish to PyPi (push) Has been cancelled
Publish Release / Build ESPHome amd64 (push) Has been cancelled
Publish Release / Build ESPHome arm64 (push) Has been cancelled
Publish Release / Publish ESPHome docker to dockerhub (push) Has been cancelled
Publish Release / Publish ESPHome docker to ghcr (push) Has been cancelled
Publish Release / Publish ESPHome ha-addon to dockerhub (push) Has been cancelled
Publish Release / Publish ESPHome ha-addon to ghcr (push) Has been cancelled
Publish Release / deploy-ha-addon-repo (push) Has been cancelled
Publish Release / deploy-esphome-schema (push) Has been cancelled
Publish Release / version-notifier (push) Has been cancelled
|
2026-03-13 09:20:50 -04:00 |
|
Kjell Braden
|
326769e43c
|
[runtime_image] fix BMP parsing (#14762)
|
2026-03-13 09:18:42 -04:00 |
|
Thomas SAMTER
|
7524590bcf
|
[const] Add CONF_CLIMATE_ID for climate component sub-entities (#14764)
|
2026-03-13 09:17:11 -04:00 |
|
Michael Kerscher
|
15ec46abfe
|
[vbus] add DeltaSol CS4 (Citrin Solar 1.3) (#12477)
CI / Create common environment (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.11) (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.14) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.13) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.14) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.11) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.14) (push) Has been cancelled
CI / Determine which jobs to run (push) Has been cancelled
CI / Run integration tests (push) Has been cancelled
CI / Run C++ unit tests (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Run script/clang-tidy for ZEPHYR (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Test components batch (${{ matrix.components }}) (push) Has been cancelled
CI / pre-commit.ci lite (push) Has been cancelled
CI / Build target branch for memory impact (push) Has been cancelled
CI / Build PR branch for memory impact (push) Has been cancelled
CI / Comment memory impact (push) Has been cancelled
CI / CI Status (push) Has been cancelled
|
2026-03-12 22:31:16 -07:00 |
|
J. Nick Koston
|
920af91db6
|
[rp2040] Fix compiler warnings in crash_handler and mdns (#14739)
|
2026-03-13 01:37:46 +00:00 |
|
J. Nick Koston
|
a744261934
|
[mdns] Fix RP2040 mDNS not restarting after WiFi reconnect (#14737)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-13 01:12:22 +00:00 |
|
J. Nick Koston
|
59c1368440
|
[i2c] Fix RP2040 I2C bus selection based on pin assignment (#14745)
|
2026-03-12 14:53:46 -10:00 |
|
J. Nick Koston
|
7e8e085a04
|
[light] Fix binary light spamming 'brightness not supported' warning with strobe effect (#14735)
|
2026-03-12 14:49:07 -10:00 |
|
J. Nick Koston
|
22b25724ae
|
[wifi] Reject EAP/WPA2 Enterprise config on unsupported platforms (#14746)
|
2026-03-12 14:48:55 -10:00 |
|
J. Nick Koston
|
89719cf4b2
|
[water_heater] Set OPERATION_MODE feature flag when modes are configured (#14748)
|
2026-03-12 14:48:41 -10:00 |
|
J. Nick Koston
|
e15b19b223
|
[captive_portal] Fix captive portal inaccessible when web_server auth is configured (#14734)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-12 14:48:29 -10:00 |
|
J. Nick Koston
|
2ca13972b9
|
[debug] Fix missing reset reason for RP2040/RP2350 (#14740)
|
2026-03-12 14:48:06 -10:00 |
|
J. Nick Koston
|
7bb4e75459
|
[rp2040] Use full flash for sketch in testing mode (#14747)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-12 14:47:16 -10:00 |
|
J. Nick Koston
|
fd8e510745
|
[light] Fix ambiguous set_effect overload for const char* (#14732)
|
2026-03-12 18:28:25 -05:00 |
|
Brian Kaufman
|
25c74c8f99
|
[OTA] Stage exact uploaded size for ESP8266 web OTA (gzip fix) (#14741)
|
2026-03-12 13:23:29 -10:00 |
|
J. Nick Koston
|
05d285ba86
|
[api] Fix heap-buffer-overflow in protobuf message dump for StringRef (#14721)
CI / Create common environment (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.11) (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.14) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.13) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.14) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.11) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.14) (push) Has been cancelled
CI / Determine which jobs to run (push) Has been cancelled
CI / Run integration tests (push) Has been cancelled
CI / Run C++ unit tests (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Run script/clang-tidy for ZEPHYR (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Test components batch (${{ matrix.components }}) (push) Has been cancelled
CI / pre-commit.ci lite (push) Has been cancelled
CI / Build target branch for memory impact (push) Has been cancelled
CI / Build PR branch for memory impact (push) Has been cancelled
CI / Comment memory impact (push) Has been cancelled
CI / CI Status (push) Has been cancelled
CI for docker images / Build docker containers (docker, ubuntu-24.04) (push) Has been cancelled
CI for docker images / Build docker containers (docker, ubuntu-24.04-arm) (push) Has been cancelled
CI for docker images / Build docker containers (ha-addon, ubuntu-24.04) (push) Has been cancelled
CI for docker images / Build docker containers (ha-addon, ubuntu-24.04-arm) (push) Has been cancelled
Stale / stale (push) Has been cancelled
Lock closed issues and PRs / lock (push) Has been cancelled
Publish Release / Initialize build (push) Has been cancelled
Publish Release / Build and publish to PyPi (push) Has been cancelled
Publish Release / Build ESPHome amd64 (push) Has been cancelled
Publish Release / Build ESPHome arm64 (push) Has been cancelled
Publish Release / Publish ESPHome docker to dockerhub (push) Has been cancelled
Publish Release / Publish ESPHome docker to ghcr (push) Has been cancelled
Publish Release / Publish ESPHome ha-addon to dockerhub (push) Has been cancelled
Publish Release / Publish ESPHome ha-addon to ghcr (push) Has been cancelled
Publish Release / deploy-ha-addon-repo (push) Has been cancelled
Publish Release / deploy-esphome-schema (push) Has been cancelled
Publish Release / version-notifier (push) Has been cancelled
Synchronise Device Classes from Home Assistant / Sync Device Classes (push) Has been cancelled
|
2026-03-12 07:16:53 -10:00 |
|
J. Nick Koston
|
186ca4e458
|
[uart] Allow hardware UART with single pin on RP2040 (#14725)
|
2026-03-12 07:16:38 -10:00 |
|
J. Nick Koston
|
618312f0ee
|
[api] Fix undefined behavior in noise handshake with empty rx buffer (#14722)
|
2026-03-12 07:16:23 -10:00 |
|
J. Nick Koston
|
70d188202a
|
[adc] Fix PICO_VSYS_PIN compile error on RP2350 boards (#14724)
|
2026-03-12 07:16:08 -10:00 |
|
J. Nick Koston
|
4a21afe7ce
|
[ota][socket] Fix ESP8266/RP2040 OTA timeout by using SO_RCVTIMEO instead of polling (#14675)
|
2026-03-12 07:15:48 -10:00 |
|
J. Nick Koston
|
fd1d016795
|
[time] Fix settimeofday() failure on ESP8266 (#14707)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-03-12 07:15:34 -10:00 |
|
J. Nick Koston
|
03c091adfc
|
[esp32_ble_client] Fix disconnect race that causes stuck connections (#14211)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-12 07:15:21 -10:00 |
|
J. Nick Koston
|
a3a88acfcf
|
[socket] Fast path for TCP_NODELAY bypasses lwip_setsockopt overhead (#14693)
|
2026-03-12 07:15:04 -10:00 |
|
J. Nick Koston
|
07f8ae6c82
|
[socket] Fix use-after-free in LWIP PCB close/abort path (#14706)
|
2026-03-12 07:14:49 -10:00 |
|
Matthias König
|
25c30ac5bb
|
[mqtt] Fixed permission denied error for client certificates on Windows (#13525)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2026-03-12 12:00:08 -04:00 |
|
guillempages
|
a76767a0ab
|
[runtime_image] Update jpegdec lib version (#14726)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2026-03-12 10:15:20 -04:00 |
|
Kevin Ahrendt
|
511d185772
|
[audio] Bump microOpus to v0.3.5 (#14727)
|
2026-03-12 08:56:01 -04:00 |
|
Brian Kaufman
|
c4c19c8a6c
|
[web_server] use DETAIL_ALL in update_all_json_generator (#14711)
CI / Create common environment (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.11) (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.14) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.13) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.14) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.11) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.14) (push) Has been cancelled
CI / Determine which jobs to run (push) Has been cancelled
CI / Run integration tests (push) Has been cancelled
CI / Run C++ unit tests (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Run script/clang-tidy for ZEPHYR (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Test components batch (${{ matrix.components }}) (push) Has been cancelled
CI / pre-commit.ci lite (push) Has been cancelled
CI / Build target branch for memory impact (push) Has been cancelled
CI / Build PR branch for memory impact (push) Has been cancelled
CI / Comment memory impact (push) Has been cancelled
CI / CI Status (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
|
2026-03-11 23:07:26 -10:00 |
|
Massimo Antonello
|
fe2d60ccec
|
[one_wire] allow changing address at runtime (#12150)
|
2026-03-12 01:52:58 -07:00 |
|
Keith Burzinski
|
657890695f
|
[ledc] Fix high-pressure crash & recovery (#14720)
|
2026-03-12 03:16:02 -05:00 |
|
Adam DeMuri
|
8a5f008aee
|
[modbus] Fix buffer overflow in modbus (#14719)
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2026-03-11 22:00:26 -10:00 |
|
J. Nick Koston
|
f8a22b87b8
|
[rp2040] Fix crash handler design flaws (#14716)
|
2026-03-12 18:23:01 +13:00 |
|
Keith Burzinski
|
7f38d95424
|
[ethernet] ESP32-S3 Ethernet compilation fix (#14717)
|
2026-03-11 23:48:27 -05:00 |
|
Javier Peletier
|
bb7d96b954
|
[const] Add UNIT_METER_PER_SECOND, UNIT_MILLILITRE, UNIT_POUND to const.py (#14713)
CI / Create common environment (push) Has been cancelled
CI / Check pylint (push) Has been cancelled
CI / Run script/ci-custom (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.11) (push) Has been cancelled
CI / Run pytest (macOS-latest, 3.14) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.11) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.13) (push) Has been cancelled
CI / Run pytest (ubuntu-latest, 3.14) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.11) (push) Has been cancelled
CI / Run pytest (windows-latest, 3.14) (push) Has been cancelled
CI / Determine which jobs to run (push) Has been cancelled
CI / Run integration tests (push) Has been cancelled
CI / Run C++ unit tests (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 IDF (push) Has been cancelled
CI / Run script/clang-tidy for ESP8266 (push) Has been cancelled
CI / Run script/clang-tidy for ZEPHYR (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 1/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 2/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 3/4 (push) Has been cancelled
CI / Run script/clang-tidy for ESP32 Arduino 4/4 (push) Has been cancelled
CI / Test components batch (${{ matrix.components }}) (push) Has been cancelled
CI / pre-commit.ci lite (push) Has been cancelled
CI / Build target branch for memory impact (push) Has been cancelled
CI / Build PR branch for memory impact (push) Has been cancelled
CI / Comment memory impact (push) Has been cancelled
CI / CI Status (push) Has been cancelled
CI for docker images / Build docker containers (docker, ubuntu-24.04) (push) Has been cancelled
CI for docker images / Build docker containers (docker, ubuntu-24.04-arm) (push) Has been cancelled
CI for docker images / Build docker containers (ha-addon, ubuntu-24.04) (push) Has been cancelled
CI for docker images / Build docker containers (ha-addon, ubuntu-24.04-arm) (push) Has been cancelled
Synchronise Device Classes from Home Assistant / Sync Device Classes (push) Has been cancelled
|
2026-03-11 16:31:17 -10:00 |
|
J. Nick Koston
|
8daa946afa
|
[esp32] Add crash handler to capture and report backtrace across reboots (#14709)
|
2026-03-12 14:00:20 +13:00 |
|
Keith Burzinski
|
ddc40f44fa
|
[ethernet] ESP32-P4 Ethernet compilation fix (#14714)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2026-03-11 19:56:25 -05:00 |
|
Jonathan Swoboda
|
409640c0ee
|
[esp32_hosted] Bump esp_hosted to 2.12.1 (#14708)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
|
2026-03-11 16:30:44 -04:00 |
|