Jonathan Swoboda
|
1fbd91dc71
|
Merge branch 'release' into dev
|
2025-12-03 11:37:13 -05:00 |
|
Jonathan Swoboda
|
cfd88376b9
|
Merge pull request #12266 from esphome/bump-2025.11.3
2025.11.3
2025.11.3
|
2025-12-03 11:36:57 -05:00 |
|
J. Nick Koston
|
b3812b5811
|
[text_sensor] Fix spurious raw_state deprecation warnings (#12262)
|
2025-12-03 16:22:06 +00:00 |
|
Jonathan Swoboda
|
577a6b2941
|
Bump version to 2025.11.3
|
2025-12-03 10:50:28 -05:00 |
|
Jonathan Swoboda
|
de68b56c4a
|
[rtl87xx] Fix FreeRTOS version for RTL8720C boards (#12261)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-03 10:50:28 -05:00 |
|
Jonathan Swoboda
|
ccd23e692b
|
[analog_threshold] Fix oscillation when using invert filter (#12251)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-03 10:50:28 -05:00 |
|
Jonathan Swoboda
|
1f5a44be3d
|
[rtl87xx] Fix AsyncTCP compilation by upgrading FreeRTOS to 8.2.3 (#12230)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-03 10:50:28 -05:00 |
|
Jonathan Swoboda
|
1d1e47c757
|
[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-03 10:50:28 -05:00 |
|
|
|
3fbed1fa79
|
[ade7953] Apply voltage_gain setting to both channels (#12180)
|
2025-12-03 10:50:28 -05:00 |
|
Jonathan Swoboda
|
5c71520635
|
[mopeka_pro_check] Fix negative temperatures (#12198)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-03 10:50:28 -05:00 |
|
J. Nick Koston
|
9d6c81ec23
|
[hlk_fm22x] Fix Action::play method signatures (#12192)
|
2025-12-03 10:50:28 -05:00 |
|
Clyde Stubbs
|
73fa9230e6
|
[helpers] Add conversion from FixedVector to std::vector (#12179)
|
2025-12-03 10:50:28 -05:00 |
|
J. Nick Koston
|
48caff13c9
|
[espnow] Initialize LwIP stack when running without WiFi component (#12169)
|
2025-12-03 10:50:28 -05:00 |
|
J. Nick Koston
|
71bb94524e
|
[usb_uart] Wake main loop immediately when USB data arrives (#12148)
|
2025-12-03 10:50:28 -05:00 |
|
Clyde Stubbs
|
a3199792c6
|
[build] Don't clear pio cache unless requested (#11966)
|
2025-12-03 10:50:28 -05:00 |
|
lygris
|
87ac4baf3a
|
[cc1101] Add new cc1101 component (#11849)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2025-12-03 10:42:04 -05:00 |
|
Jonathan Swoboda
|
669bcad458
|
[rtl87xx] Fix FreeRTOS version for RTL8720C boards (#12261)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-03 15:31:12 +00:00 |
|
H. Árkosi Róbert
|
6f91c75f86
|
[gree] turbo, light, health, xfan switches (#12160)
Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com>
|
2025-12-03 09:20:17 +00:00 |
|
Javier Peletier
|
ab60ae092d
|
[tests] Allow substitution tests to run independently for debugging (#12224)
Co-authored-by: J. Nick Koston <nick+github@koston.org>
|
2025-12-02 16:17:24 -06:00 |
|
dependabot[bot]
|
708496c101
|
Bump actions/checkout from 6.0.0 to 6.0.1 (#12259)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-02 13:45:38 -06:00 |
|
Jonathan Swoboda
|
2f75962b19
|
[analog_threshold] Fix oscillation when using invert filter (#12251)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-02 13:40:46 -05:00 |
|
J. Nick Koston
|
a6a6f482e6
|
[core] Add PROGMEM macros and move web_server JSON keys to flash (#12214)
|
2025-12-02 16:51:05 +00:00 |
|
dependabot[bot]
|
638c59e162
|
Bump pylint from 4.0.3 to 4.0.4 (#12239)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-02 10:13:20 -06:00 |
|
Flo
|
8f97f3b81f
|
[wifi] Fix ap_active condition (#12227)
|
2025-12-02 10:12:27 -06:00 |
|
J. Nick Koston
|
6ce2a45691
|
[text_sensor] Add deprecation warning for raw_state member access (#12246)
|
2025-12-02 10:03:58 -06:00 |
|
J. Nick Koston
|
77477bd330
|
[web_server_idf] Fix SSE multi-line message formatting (#12247)
|
2025-12-02 10:03:29 -06:00 |
|
J. Nick Koston
|
3f08cacf71
|
[valve] Store valve state strings in flash on ESP8266 (#12202)
|
2025-12-02 10:02:51 -06:00 |
|
J. Nick Koston
|
d1583456e9
|
[web_server] Store update state strings in flash on ESP8266 (#12204)
|
2025-12-02 10:02:29 -06:00 |
|
J. Nick Koston
|
101103c666
|
[core] Add RAM strings and symbols analysis to analyze-memory command (#12161)
|
2025-12-02 10:02:09 -06:00 |
|
J. Nick Koston
|
5142ff372b
|
[light] Use listener pattern for state callbacks with lazy allocation (#12166)
|
2025-12-02 10:01:54 -06:00 |
|
J. Nick Koston
|
f9ad832e7b
|
[esp32_camera] Replace std::function callbacks with CameraListener interface (#12165)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-02 09:59:32 -06:00 |
|
J. Nick Koston
|
deda7a1bf3
|
[lock] Store lock state strings in flash on ESP8266 (#12163)
|
2025-12-02 09:59:05 -06:00 |
|
Jonathan Swoboda
|
29be1423f5
|
[core] Filter noisy platformio log messages (#12218)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2025-12-02 08:59:50 -05:00 |
|
J. Nick Koston
|
10ddebc737
|
[text_sensor] Avoid duplicate string storage when no filters configured (#12205)
|
2025-12-01 22:17:31 -06:00 |
|
dependabot[bot]
|
9a0731437a
|
Bump aioesphomeapi from 42.9.0 to 42.10.0 (#12245)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-01 22:11:33 -06:00 |
|
J. Nick Koston
|
82a06c697e
|
[esp32] Place ring buffer functions in flash by default (prep for IDF 6.0) (#12184)
|
2025-12-02 03:57:41 +00:00 |
|
dependabot[bot]
|
c45cd44bb8
|
Bump github/codeql-action from 4.31.5 to 4.31.6 (#12234)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-01 21:49:25 -06:00 |
|
Jonathan Swoboda
|
2903a4aa92
|
[ota] Use ESP-IDF OTA backend for all ESP32 builds (#12244)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-12-02 03:41:34 +00:00 |
|
J. Nick Koston
|
6943803176
|
[cover] Store cover state strings in flash on ESP8266 (#12196)
|
2025-12-01 21:26:13 -06:00 |
|
J. Nick Koston
|
6dafc5137e
|
[esp32] Place FreeRTOS functions in flash by default (prep for IDF 6.0) (#12182)
|
2025-12-01 21:24:08 -06:00 |
|
Djordje Mandic
|
df58e832e5
|
[esp8266] Allow IN&OUT pin config for ESP8266 (#12238)
|
2025-12-01 15:44:33 -08:00 |
|
Peter Popovec
|
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
|
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 |
|
Keith Burzinski
|
d4bd282bb4
|
[helpers] Fix unit tests following #12135 (#12237)
|
2025-12-01 22:08:49 +00:00 |
|
Jonathan Swoboda
|
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 |
|
Keith Burzinski
|
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 |
|
Jonathan Swoboda
|
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 |
|
Juri Berlanda
|
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 |
|