J. Nick Koston
f34e464ccb
Merge remote-tracking branch 'swoboda1337/ota-use-idf-backend-for-all-esp32' into integration
2025-12-01 21:05:48 -06:00
J. Nick Koston
e19529cccc
Merge branch 'dev' into ota-use-idf-backend-for-all-esp32
2025-12-01 21:05:33 -06:00
J. Nick Koston
db70f8117d
Merge remote-tracking branch 'upstream/dev' into integration
2025-12-01 20:58:37 -06:00
Jonathan Swoboda and Claude
9bdff288d1
[ota] Use ESP-IDF OTA backend for all ESP32 builds
...
Remove the Arduino-specific ESP32 OTA backend and use the ESP-IDF
backend for both Arduino and ESP-IDF framework builds on ESP32.
Since Arduino-ESP32 is built on top of ESP-IDF, the ESP-IDF OTA APIs
(esp_ota_begin, esp_ota_write, esp_ota_end, etc.) are available
regardless of which framework is used.
This simplifies the codebase by removing ~100 lines of duplicate code
and ensures consistent OTA behavior across all ESP32 builds.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-01 20:45:46 -05:00
Djordje Mandic
df58e832e5
[esp8266] Allow IN&OUT pin config for ESP8266 ( #12238 )
2025-12-01 15:44:33 -08:00
e42cf9a4f4
[mqtt] Enable support for the RTL87XX platform ( #7697 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com >
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2025-12-01 23:06:47 +00:00
J. Nick Koston and Keith Burzinski
96f28f0ab4
[button] Convert to C++17 nested namespace style ( #12233 )
...
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2025-12-01 17:50:29 -05:00
J. Nick Koston
d332edfaca
[datetime] Convert to C++17 nested namespace style ( #12235 )
2025-12-01 17:50:03 -05:00
J. Nick Koston
0e8e0ca9a8
Merge branch 'action_response_error_ref' into integration
2025-12-01 16:29:34 -06:00
J. Nick Koston
73f3cf9703
[api] Use StringRef for ActionResponse error message to avoid copy
2025-12-01 16:25:06 -06:00
Keith Burzinski
d4bd282bb4
[helpers] Fix unit tests following #12135 ( #12237 )
2025-12-01 22:08:49 +00:00
J. Nick Koston
a3a6b77cd0
Merge branch 'button_cpp17' into integration
2025-12-01 15:16:17 -06:00
J. Nick Koston
e1f9f68421
Merge branch 'datetime_cpp17' into integration
2025-12-01 15:16:08 -06:00
J. Nick Koston
76d540d6a6
[datetime] Convert to C++17 nested namespace style
2025-12-01 15:09:52 -06:00
J. Nick Koston
0fd878d3c4
[button] Convert to C++17 nested namespace style
2025-12-01 15:06:43 -06:00
Jonathan Swoboda and Claude
78df884bb5
[rtl87xx] Fix AsyncTCP compilation by upgrading FreeRTOS to 8.2.3 ( #12230 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-01 16:03:00 -05:00
J. Nick Koston
a09481a352
Merge remote-tracking branch 'upstream/dev' into integration
2025-12-01 14:52:51 -06:00
Keith Burzinski and J. Nick Koston
52fe3de78f
[zwave_proxy] Use new socket wake infrastructure to reduce latency, convert to C++17 namespace style ( #12135 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-12-01 14:27:20 -06:00
Keith Burzinski
6a79ce8eff
[uart] Automatically enable the socket wake infrastructure when RX wake requested ( #12221 )
2025-12-01 14:16:39 -06:00
2b7695ba3f
[core] Fix clean all windows ( #12217 )
...
Co-authored-by: Claude <noreply@anthropic.com >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-12-01 12:40:56 -05:00
6d336676a2
[remote_transmitter, remote_receiver] Add RP2040 support ( #12048 )
...
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-12-01 12:09:58 -05:00
Robert Resch
b322622ef1
[micronova] Convert to C++17 namespace style ( #12229 )
2025-12-01 10:47:00 -05:00
J. Nick Koston
065c1bfc6a
[core] Fix status_momentary API misuse and optimize parameter type ( #12216 )
2025-12-01 08:34:07 -06:00
Keith Burzinski
664881bc13
[uart] Convert to C++17 namespace style ( #12220 )
2025-12-01 07:57:18 -05:00
Keith Burzinski
dbc16ce468
[wifi_info] Fix compilation error when using only mac_address sensor, add tests ( #12222 )
2025-12-01 02:48:47 -06:00
Keith Burzinski and J. Nick Koston
161a18b326
[uart] Add wake_loop_on_rx flag for low latency processing ( #12172 )
...
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-12-01 00:33:23 -06:00
J. Nick Koston
8e8b2f3a9c
Merge branch 'comment_comp_time' into integration
2025-12-01 00:26:04 -06:00
J. Nick Koston
ae6c123784
cleaner
2025-11-30 23:40:25 -06:00
J. Nick Koston
8c828884c0
Merge branch 'comment_comp_time' into integration
2025-11-30 22:51:39 -06:00
J. Nick Koston
edf19b8dd4
[core] Use StringRef for get_comment and get_compilation_time to avoid allocations
2025-11-30 22:49:23 -06:00
J. Nick Koston
b5a3c0be21
[core] Use StringRef for get_comment and get_compilation_time to avoid allocations
2025-11-30 22:47:40 -06:00
J. Nick Koston
de6b20d495
[core] Use StringRef for get_comment and get_compilation_time to avoid allocations
2025-11-30 22:44:30 -06:00
J. Nick Koston
4dbe0dab51
[core] Use StringRef for get_comment and get_compilation_time to avoid allocations
2025-11-30 22:42:20 -06:00
Jonathan Swoboda and Claude
4335fcdb72
[psram] Add C5 support ( #12215 )
...
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-30 23:27:10 -05:00
J. Nick Koston
5996ae4dc5
Merge branch 'moment_api_misuse_fix' into integration
2025-11-30 22:02:10 -06:00
J. Nick Koston
d9a8bb9774
[core] Fix status_momentary API misuse and optimize parameter type
2025-11-30 21:56:22 -06:00
Darsey Litzenberger
bf4ef36c3a
[ade7953] Apply voltage_gain setting to both channels ( #12180 )
2025-11-30 19:17:50 -05:00
J. Nick Koston
cbc03fc342
Merge branch 'web_server_keys_progmem' into integration
2025-11-30 17:53:43 -06:00
J. Nick Koston
675b5d4501
merge
2025-11-30 17:51:23 -06:00
J. Nick Koston
1e38d0445e
Merge branch 'web_server_keys_progmem' into integration
...
# Conflicts:
# esphome/components/web_server/web_server.cpp
2025-11-30 17:47:55 -06:00
J. Nick Koston
2ac9f44377
store web_server keys in progmem
2025-11-30 17:39:37 -06:00
J. Nick Koston
2ca118f371
[web_server] Replace routing table with if-else chain to save 116 bytes RAM ( #12139 )
2025-12-01 12:25:46 +13:00
J. Nick Koston
7b541e3d80
Merge branch 'integration' into memory_api
2025-11-30 17:19:49 -06:00
J. Nick Koston
eebfa6584c
Merge branch 'text_sensor_dupe_storage' into integration
2025-11-30 17:19:43 -06:00
J. Nick Koston
e8f6f86a02
cover
2025-11-30 17:17:15 -06:00
J. Nick Koston
c23e5c5c03
Merge branch 'integration' into memory_api
2025-11-30 17:10:36 -06:00
J. Nick Koston
fbf2ee9d39
Merge remote-tracking branch 'upstream/dev' into integration
2025-11-30 17:10:30 -06:00
J. Nick Koston
82e1238330
[lock] Refactor trigger classes to template and add integration tests ( #12193 )
2025-11-30 17:09:02 -06:00
Jimmy Hedman
8308bc2911
[mdns] Bump mDNS component to 1.9.1 ( #12207 )
2025-11-30 08:06:06 -05:00
Jonathan Swoboda
47c767fa5e
[openthread] Add C5 support ( #12200 )
2025-11-30 08:04:45 -05:00