J. Nick Koston
6d1cd3f62e
[esp32] Intercept the Log V2 formatter with linker wrap
...
A plain strong definition of esp_log_format collides with liblog's copy
on IDF 6.1: log.c.obj references the symbol and the linker resolves it
from log_format_text.c.obj inside the same archive before reaching
ESPHome's archive, producing a duplicate definition error. Use
-Wl,--wrap=esp_log_format and define __wrap_esp_log_format instead,
which also lets the unused liblog formatter be dead stripped.
2026-08-26 21:17:21 -05:00
J. Nick Koston
5cbf994b28
Merge upstream/dev into esp32-log-v2-idf61
2026-08-26 21:00:30 -05:00
J. Nick Koston
b62305793d
[improv_base] Bump Improv library to 1.2.7 ( #18809 )
2026-08-27 01:40:12 +00:00
Jonathan Swoboda
a1b29b0d0b
[external_components] Log when a source overrides built-in components ( #18805 )
2026-08-26 20:56:57 -04:00
n-IA-hane
e458a38f89
[spi] Use PSRAM DMA for external buffers ( #18699 )
2026-08-27 10:55:39 +10:00
J. Nick Koston
39177402dd
[api] Deprecate media player supports_pause field ( #18801 )
2026-08-26 19:46:28 -05:00
J. Nick Koston
3361d031de
[api] Drop connection instead of crashing when overflow buffer allocation fails ( #18802 )
2026-08-26 19:46:13 -05:00
Bonne Eggleston and J. Nick Koston
5df1c7f1d3
[modbus_controller] Writer entities as their own hub device; heap-free, byte-accurate write path ( #18082 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2026-08-26 18:24:09 -05:00
guillempages
9508165797
[runtime_image] Add check for dimensions in BMP ( #18800 )
2026-08-26 16:36:47 -05:00
esphome[bot]
5878406918
Bump bundled esphome-device-builder to 1.13.1 ( #18807 )
2026-08-26 16:33:52 -05:00
esphome[bot]
fedd46e648
Bump aioesphomeapi from 46.2.0 to 46.2.1 ( #18804 )
2026-08-26 20:55:29 +00:00
dependabot[bot]
d28b17c619
Bump filelock from 3.32.3 to 3.32.4 ( #18799 )
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-08-26 19:26:45 +00:00
Josef Zweck
f17ef133f3
[hoermann_hcp] Add buttons to hoermann_hcp ( #18544 )
2026-08-26 14:27:16 -04:00
Leonardo Rivera
34e7453677
[climate] Don't restore a saved mode the device no longer supports ( #18296 )
2026-08-26 14:26:31 -04:00
Frédéric Metrich
8a89f3075f
[emontx] Fix sensor storage initialization ordering ( #18771 )
2026-08-26 14:03:10 -04:00
MakerYuichi and doraemon2200
5328813814
[time] Silence compiler warning by initializing transit variables ( #18715 ) ( #18723 )
...
Co-authored-by: doraemon2200 <106516578+doraemon2200@users.noreply.github.com >
2026-08-26 12:43:55 -04:00
Keith Burzinski
1cbe3a49b2
[remote_transmitter] ISR-driven transmission and non_blocking support on BK7231N/BK7238 ( #18660 )
2026-08-26 11:30:07 -05:00
guillempages
5c79c92c06
[runtime_image] Add FILTER_SOURCE_FILES ( #18768 )
2026-08-26 11:26:39 -05:00
J. Nick Koston
7b4894da03
[mdns] Skip MDNS.update() while the ESP8266 radio cannot transmit ( #18785 )
2026-08-26 15:16:44 +00:00
Clyde Stubbs
4eb85a24c2
[mipi_spi] Fix dimensions for jc3636518v2 ( #18786 )
2026-08-26 10:04:57 -05:00
Bonne Eggleston
1e7c48e2cf
[modbus_controller] Add integration tests for register offset, response size and write buffer ( #18741 )
2026-08-26 08:35:46 -05:00
IreuN
6ef13cc8de
[climate_ir_lg] advanced vert. swing, setting temp. in heat/cool mode, jet mode decoding, other fixes + refactor ( #10875 )
2026-08-25 22:26:50 -07:00
Keith Burzinski
e37a540fb7
[esp32] Apply custom eFuse MAC as base MAC for all interfaces ( #18452 )
2026-08-25 23:59:37 -05:00
J. Nick Koston
9baff76520
[api] Treat homeassistant.event variables as lambdas ( #18759 )
2026-08-26 16:29:14 +12:00
J. Nick Koston and Copilot Autofix powered by AI
612d58ec37
[http_request] Default watchdog_timeout from timeout on ESP32 ( #18732 )
...
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com >
2026-08-26 16:11:26 +12:00
Keith Burzinski
cb981c2930
[remote_transmitter] ISR-driven transmission and non_blocking support on RTL8720C ( #18648 )
2026-08-25 22:19:54 -05:00
Clyde Stubbs and Claude Sonnet 5
8b8de0c9c6
[lvgl] Fix on_value/on_update triggers for LVGL select entities ( #18778 )
...
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com >
2026-08-26 13:33:39 +12:00
J. Nick Koston
9e4c52989c
[esp8266] Add the native framework and toolchain installer ( #18557 )
2026-08-25 20:24:47 -05:00
J. Nick Koston
7ff56c62f9
[core] Add shared registry, ninja, and cache infrastructure for native toolchains ( #18570 )
2026-08-26 13:23:16 +12:00
J. Nick Koston
370e8fffed
[core] Add the arduino toolchain seam and validate --toolchain on every platform ( #18556 )
2026-08-26 11:16:02 +12:00
c272c4c1a6
[lvgl] Add table widget ( #18422 )
...
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick+github@koston.org >
2026-08-26 08:44:42 +10:00
J. Nick Koston
150f75d8f6
[esp8266] Add linker-script surgery and board build metadata for the native toolchain ( #18555 )
2026-08-26 10:29:57 +12:00
Jonathan Swoboda
cf5ec2d277
[ci] Remove the remaining max-parallel caps ( #18762 )
2026-08-25 14:42:32 -04:00
J. Nick Koston
145373ed13
[api] Widen message type storage to uint16_t ( #18526 )
2026-08-25 18:04:41 +00:00
J. Nick Koston
8749c3d18d
[esp32_ble_tracker] Warn when the scan window is above 600ms with wifi ( #18725 )
2026-08-25 12:40:57 -05:00
J. Nick Koston
688e833413
[core] Consolidate HTTP download paths ( #18742 )
2026-08-25 12:38:20 -05:00
J. Nick Koston and pre-commit-ci-lite[bot]
19b434f99c
[espidf] Cache the discovered component list to skip the discovery configure ( #18752 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-08-25 12:36:57 -05:00
0b78800e3d
[emontx] Add apparent power (AP) and frequency (F) sensor support ( #18586 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-08-25 11:07:18 -05:00
Jesse Hills
6a86ef0ee0
[ethernet] Add spi_id option to attach to an existing SPI bus ( #18530 )
2026-08-25 10:45:38 -05:00
Frédéric Metrich
4eba9ee41a
[core] Fix false-positive readability-non-const-parameter in string_ref.h ( #18758 )
2026-08-25 10:36:00 -05:00
NoQuarrel and pre-commit-ci-lite[bot]
b579751bdf
[sfa40] Add SFA40 sensor support ( #17815 )
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-08-25 07:55:19 -04:00
J. Nick Koston
bc8d0840eb
[time] Skip automation.cpp when no on_time or on_time_sync automation is configured ( #18750 )
2026-08-25 19:50:43 +12:00
J. Nick Koston and Jesse Hills
3f615f87cf
[esp32] Exclude esp_http_server and nvs_sec_provider from IDF builds by default ( #18748 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2026-08-25 06:16:32 +00:00
J. Nick Koston
c6d423159c
[esp32] Only build the mbedTLS certificate bundle when a component needs it ( #18747 )
2026-08-25 17:26:18 +12:00
J. Nick Koston
791590c8a3
[uptime] Skip the timestamp sensor source unless a timestamp sensor is configured ( #18746 )
2026-08-25 17:24:20 +12:00
J. Nick Koston
036e5cda7e
[core] Remove empty automation.cpp files from sensor, switch and output ( #18745 )
2026-08-25 17:24:14 +12:00
J. Nick Koston
44860ff512
[time] Skip posix_tz.cpp when no timezone is configured ( #18680 )
2026-08-25 17:22:41 +12:00
Edvard Filistovič
90927ba788
[rp2_ble_tracker] Automation triggers and scan actions ( #18717 )
2026-08-24 22:57:01 -05:00
Edvard Filistovič
169c055011
[wifi] libretiny: reset the STA state on synchronous connect failure ( #18719 )
2026-08-25 01:25:44 +00:00
esphome[bot]
8623b6836d
Bump bundled esphome-device-builder to 1.13.0 ( #18743 )
2026-08-25 00:44:28 +00:00