J. Nick Koston
|
7a091c0ac6
|
[api] Remove object_id from API protocol - clients compute it from name
|
2025-12-28 15:23:32 -10:00 |
|
J. Nick Koston
|
c81aec9e58
|
Merge branch 'dev' into object_id_no_ram
|
2025-12-28 14:51:14 -10:00 |
|
Jonathan Swoboda
|
45e61f100c
|
[core] Replace USE_ESP_IDF with USE_ESP32 across components (#12673)
Co-authored-by: Claude <noreply@anthropic.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-12-27 11:59:55 -10:00 |
|
J. Nick Koston
|
5e99dd14ae
|
[ethernet] Eliminate heap allocations in dump_config logging (#12665)
|
2025-12-27 08:36:35 -10:00 |
|
J. Nick Koston
|
a6097f4a0f
|
[wifi] Eliminate heap allocations in dump_config logging (#12664)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-27 08:36:19 -10:00 |
|
J. Nick Koston
|
f243e609a5
|
[wifi] Use StringRef and std::span in WiFiConnectStateListener to avoid allocations (#12672)
|
2025-12-27 08:35:58 -10:00 |
|
J. Nick Koston
|
be0bf1e5b9
|
[lvgl] Fix lambdas in canvas actions called from outside LVGL context (#12671)
|
2025-12-27 08:35:36 -10:00 |
|
J. Nick Koston
|
a275f37135
|
[udp] Use stack buffer for listen address logging in dump_config (#12667)
|
2025-12-27 08:35:16 -10:00 |
|
J. Nick Koston
|
e9f2d75aab
|
[core] Add format_hex_to helper for zero-allocation hex formatting (#12670)
|
2025-12-27 08:34:45 -10:00 |
|
J. Nick Koston
|
34067f8b15
|
[esp8266] Native OTA backend to reduce Arduino dependencies (#12675)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-27 08:29:15 -10:00 |
|
J. Nick Koston
|
bdc087148a
|
[wifi_info] Reduce heap allocations in text sensor formatting (#12660)
|
2025-12-26 12:52:41 -10:00 |
|
J. Nick Koston
|
5a2e0612a8
|
[web_server] Use C++17 nested namespace syntax (#12663)
|
2025-12-26 08:44:34 -10:00 |
|
J. Nick Koston
|
f1fecd22e3
|
[web_server] Move HTTP header strings to flash on ESP8266 (#12668)
|
2025-12-26 08:44:17 -10:00 |
|
J. Nick Koston
|
0919017d49
|
[wifi] Avoid unnecessary string copy in failed connection logging (#12659)
|
2025-12-26 08:44:03 -10:00 |
|
J. Nick Koston
|
963f594c9e
|
[text_sensor] Return state by const reference to avoid copies (#12661)
|
2025-12-26 07:58:46 -10:00 |
|
J. Nick Koston
|
4f70663658
|
[alarm_control_panel] Use C++17 nested namespace and remove unused include (#12662)
|
2025-12-26 07:57:33 -10:00 |
|
dependabot[bot]
|
958a35e262
|
Bump aioesphomeapi from 43.5.0 to 43.6.0 (#12644)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-12-24 14:17:52 -10:00 |
|
J. Nick Koston
|
da1955fefc
|
dry up tests
|
2025-12-23 07:54:52 -10:00 |
|
J. Nick Koston
|
8505a4dfaf
|
dry up tests
|
2025-12-23 07:52:33 -10:00 |
|
J. Nick Koston
|
071e42d4e7
|
Merge remote-tracking branch 'origin/object_id_no_ram' into object_id_no_ram
|
2025-12-23 07:46:07 -10:00 |
|
J. Nick Koston
|
38beb613c2
|
simplify
|
2025-12-23 07:45:46 -10:00 |
|
J. Nick Koston
|
058c637b59
|
Merge branch 'dev' into object_id_no_ram
|
2025-12-23 06:59:16 -10:00 |
|
J. Nick Koston
|
0c566c6f00
|
[core] Deprecate get_object_id() and migrate remaining usages to get_object_id_to() (#12629)
|
2025-12-23 06:59:07 -10:00 |
|
Jonathan Swoboda
|
ba73289b28
|
Merge branch 'release' into dev
|
2025-12-23 11:17:15 -05:00 |
|
Jonathan Swoboda
|
99f7e9aeb7
|
Merge pull request #12632 from esphome/bump-2025.12.2
2025.12.2
2025.12.2
|
2025-12-23 11:17:01 -05:00 |
|
Jonathan Swoboda
|
ebb6babb3d
|
Fix hash
|
2025-12-23 09:26:38 -05:00 |
|
Jonathan Swoboda
|
0922f240e0
|
Bump version to 2025.12.2
|
2025-12-23 09:23:04 -05:00 |
|
Jonathan Swoboda
|
c8fb694dcb
|
[cc1101] Fix packet mode RSSI/LQI (#12630)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-23 09:23:04 -05:00 |
|
J. Nick Koston
|
6054685dae
|
[esp32_camera] Throttle frame logging to reduce overhead and improve throughput (#12586)
|
2025-12-23 09:23:04 -05:00 |
|
Anna Oake
|
61ec3508ed
|
[cc1101] Fix option defaults and move them to YAML (#12608)
|
2025-12-23 09:23:04 -05:00 |
|
Leo Bergolth
|
086ec770ea
|
send NIL ("-") as timestamp if time source is not valid (#12588)
|
2025-12-23 09:23:04 -05:00 |
|
Stuart Parmenter
|
b055f5b4bf
|
[hub75] Bump esp-hub75 version to 0.1.7 (#12564)
|
2025-12-23 09:23:00 -05:00 |
|
Eduard Llull
|
726db746c8
|
[display_menu_base] Call on_value_ after updating the select (#12584)
|
2025-12-23 09:21:54 -05:00 |
|
Keith Burzinski
|
1922455fa7
|
[wifi] Fix for wifi_info when static IP is configured (#12576)
|
2025-12-23 09:21:54 -05:00 |
|
Thomas Rupprecht
|
dc943d7e7a
|
[pca9685,sx126x,sx127x] Use frequency/float_range check (#12490)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2025-12-23 09:21:54 -05:00 |
|
Jonathan Swoboda
|
ffefa8929e
|
[cc1101] Fix packet mode RSSI/LQI (#12630)
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-12-23 09:05:48 -05:00 |
|
J. Nick Koston
|
89ef523990
|
tweak
|
2025-12-23 01:01:20 -10:00 |
|
J. Nick Koston
|
0ec741c425
|
one more case
|
2025-12-23 00:48:25 -10:00 |
|
J. Nick Koston
|
c265436b07
|
cover
|
2025-12-23 00:45:25 -10:00 |
|
J. Nick Koston
|
04a75cf200
|
cover
|
2025-12-23 00:24:45 -10:00 |
|
J. Nick Koston
|
83598d6798
|
cover
|
2025-12-23 00:21:20 -10:00 |
|
J. Nick Koston
|
fa39b6bebd
|
fixes
|
2025-12-23 00:16:53 -10:00 |
|
J. Nick Koston
|
1beec0ecf1
|
bug for bug compat
|
2025-12-23 00:05:12 -10:00 |
|
J. Nick Koston
|
3ef4e0bc47
|
fixes
|
2025-12-23 00:00:03 -10:00 |
|
J. Nick Koston
|
bda2db9184
|
Merge branch 'migrate_remain_get_object_id' into object_id_no_ram
|
2025-12-22 23:19:25 -10:00 |
|
J. Nick Koston
|
3009da14f1
|
tweaks
|
2025-12-22 23:17:15 -10:00 |
|
J. Nick Koston
|
d334d0d458
|
tweaks
|
2025-12-22 23:16:28 -10:00 |
|
J. Nick Koston
|
25b340cbbf
|
Merge branch 'migrate_remain_get_object_id' into object_id_no_ram
|
2025-12-22 23:13:47 -10:00 |
|
J. Nick Koston
|
fa2bc21d3d
|
tweaks
|
2025-12-22 23:13:28 -10:00 |
|
J. Nick Koston
|
83d65cff5d
|
Merge branch 'migrate_remain_get_object_id' into object_id_no_ram
|
2025-12-22 23:12:09 -10:00 |
|