J. Nick Koston
|
ecc0b366b3
|
[esp32] Reduce compile time by excluding unused IDF components (#13610)
|
2026-01-29 13:21:12 -06:00 |
|
tomaszduda23
|
6a17db8857
|
[nrf52,zigbee] Support for number component (#13581)
|
2026-01-29 11:52:46 -05:00 |
|
Keith Burzinski
|
0843ec6ae8
|
[const] Move CONF_AUDIO_DAC (#13614)
|
2026-01-29 04:39:40 +00:00 |
|
J. Nick Koston
|
74c84c8747
|
[esp32] Add advanced sdkconfig options to reduce build time and binary size (#13611)
|
2026-01-28 18:20:39 -10:00 |
|
rwrozelle
|
3e9a6c582e
|
[mdns] Do not broadcast registration when using openthread component (#13592)
|
2026-01-28 18:16:59 -10:00 |
|
Keith Burzinski
|
084113926c
|
[es8156] Add bits_per_sample validation, comment code (#13612)
|
2026-01-28 22:03:50 -06:00 |
|
J. Nick Koston
|
a5f60750c2
|
[tx20] Eliminate heap allocations in wind sensor (#13298)
|
2026-01-29 16:07:41 +13:00 |
|
Clyde Stubbs
|
a382383d83
|
[workflows] Add deprecation check (#13584)
|
2026-01-29 12:08:45 +13:00 |
|
Clyde Stubbs
|
03cfd87b16
|
[waveshare_epaper] Add deprecation message (#13583)
|
2026-01-29 09:44:21 +13:00 |
|
Clyde Stubbs
|
6d8294c2d3
|
[workflows] Refactor auto-label-pr script into modular JS (#13582)
|
2026-01-29 09:42:55 +13:00 |
|
J. Nick Koston
|
6a3205f4db
|
[globals] Convert restoring globals to PollingComponent to reduce CPU usage (#13345)
|
2026-01-28 20:35:26 +00:00 |
|
dependabot[bot]
|
6f22509883
|
Bump docker/login-action from 3.6.0 to 3.7.0 in the docker-actions group (#13606)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2026-01-28 09:42:05 -10:00 |
|
J. Nick Koston
|
455ade0dca
|
[http_request] Fix empty body for chunked transfer encoding responses (#13599)
|
2026-01-28 09:41:42 -10:00 |
|
J. Nick Koston
|
87fcfc9d76
|
[wifi] Fix ESP8266 yield panic when WiFi scan fails (#13603)
|
2026-01-28 09:40:00 -10:00 |
|
tomaszduda23
|
d86048cc2d
|
[nrf52,zigbee] Address change (#13580)
|
2026-01-28 11:41:04 -05:00 |
|
J. Nick Koston
|
e1355de4cb
|
[runtime_stats] Eliminate heap churn by using stack-allocated buffer for sorting (#13586)
|
2026-01-28 16:06:33 +00:00 |
|
Cody Cutrer
|
7385c4cf3d
|
[ld2450] preserve precision of angle (#13600)
|
2026-01-28 11:04:43 -05:00 |
|
tomaszduda23
|
3bd6ec4ec7
|
[nrf52,zigbee] Time synchronization (#12236)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2026-01-28 15:51:17 +00:00 |
|
J. Nick Koston
|
051604f284
|
[wifi] Filter scan results to only store matching networks (#13409)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2026-01-28 05:37:05 -10:00 |
|
Dan Schafer
|
10dfd95ff2
|
[esp32] Add pin definitions for adafruit_feather_esp32s3_reversetft (#13273)
|
2026-01-28 09:50:19 -05:00 |
|
Hypothalamus
|
22e0a8ce2e
|
[hub75] Add Huidu HD-WF1 board configuration (#13341)
|
2026-01-27 20:10:49 -10:00 |
|
J. Nick Koston
|
b4f63fd992
|
[core] Add LOG_ENTITY_ICON/DEVICE_CLASS/UNIT_OF_MEASUREMENT macros (#13578)
|
2026-01-28 05:11:30 +00:00 |
|
tomaszduda23
|
ded835ab63
|
[nrf52] Move toolchain to platform (#13498)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2026-01-28 04:51:18 +00:00 |
|
J. Nick Koston
|
73a249c075
|
[esp32] Default to CMN certificate bundle, saving ~51KB flash (#13574)
|
2026-01-28 04:02:01 +00:00 |
|
J. Nick Koston
|
fe6f27c526
|
[text_sensor] Use in-place mutation for filters to reduce heap allocations (#13475)
|
2026-01-27 17:33:46 -10:00 |
|
J. Nick Koston
|
f73c539ea7
|
[web_server] Add RP2040 platform support (#13576)
|
2026-01-27 17:18:31 -10:00 |
|
Edward Firmo
|
f87aa384d0
|
[nextion] Fix alternative code path for dump_device_info (#13566)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2026-01-27 16:31:00 -10:00 |
|
J. Nick Koston
|
f9687a2a31
|
[web_server_idf] Replace heap-allocated url() with stack-based url_to() (#13407)
|
2026-01-28 14:02:19 +13:00 |
|
Stuart Parmenter
|
f084d320fc
|
[hub75] Update esp-hub75 to 0.3.2 (#13572)
Co-authored-by: Claude <noreply@anthropic.com>
|
2026-01-27 09:24:13 -10:00 |
|
esphomebot
|
f93382445e
|
Update webserver local assets to 20260127-190637 (#13573)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2026-01-27 19:21:26 +00:00 |
|
J. Nick Koston
|
463363a08d
|
[web_server] Add name_id to SSE for entity ID format migration (#13535)
|
2026-01-27 09:08:46 -10:00 |
|
J. Nick Koston
|
a0790f926e
|
[libretiny] Regenerate boards for v1.11.0 (#13539)
|
2026-01-28 07:59:01 +13:00 |
|
J. Nick Koston
|
ca59ab8f37
|
[esp32] Eliminate dead exception class code via linker wraps (#13564)
|
2026-01-27 07:47:34 -10:00 |
|
J. Nick Koston
|
b2474c6de9
|
[nfc] Use StaticVector for NFC UID storage to eliminate heap allocation (#13507)
|
2026-01-26 19:43:52 -10:00 |
|
J. Nick Koston
|
3aaf10b6a8
|
[web_server_base] Update ESPAsyncWebServer to 3.9.5 (#13467)
|
2026-01-27 04:18:57 +00:00 |
|
J. Nick Koston
|
33f545a8e3
|
[factory_reset] Store reset reason comparison strings in flash on ESP8266 (#13547)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2026-01-27 03:50:49 +00:00 |
|
J. Nick Koston
|
d056e1040b
|
[mqtt] Store command comparison strings in flash on ESP8266 (#13546)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2026-01-27 03:48:06 +00:00 |
|
J. Nick Koston
|
75a78b2bf3
|
[core] Encapsulate entity preference creation to prepare for hash migration (#13505)
|
2026-01-26 17:35:45 -10:00 |
|
J. Nick Koston
|
cd6314dc96
|
[socket] ESP8266: call delay(0) instead of esp_delay(0, cb) for zero timeout (#13530)
|
2026-01-26 17:34:55 -10:00 |
|
J. Nick Koston
|
f91bffff9a
|
[wifi] Avoid heap allocation when building AP SSID (#13474)
|
2026-01-26 17:32:58 -10:00 |
|
J. Nick Koston
|
5cbe9af485
|
[rp2040] Use SmallBufferWithHeapFallback for preferences (#13501)
|
2026-01-26 17:32:03 -10:00 |
|
J. Nick Koston
|
a7fbecb25c
|
[ci] Soft-deprecate str_sprintf/str_snprintf to prevent hidden heap allocations (#13227)
|
2026-01-26 17:28:07 -10:00 |
|
J. Nick Koston
|
bf92d94863
|
[mqtt] Use stack buffers for publish_state() topic building (#13434)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2026-01-26 17:25:02 -10:00 |
|
J. Nick Koston
|
9c3817f544
|
[sml] Use constexpr std::array for START_SEQ constant (#13506)
|
2026-01-26 17:21:17 -10:00 |
|
J. Nick Koston
|
ee9e3315b6
|
[tm1638] Use member array instead of heap allocation for display buffer (#13504)
|
2026-01-26 17:21:05 -10:00 |
|
J. Nick Koston
|
67dea1e538
|
[light] Use member array instead of heap allocation in AddressableLightWrapper (#13503)
|
2026-01-26 17:20:49 -10:00 |
|
J. Nick Koston
|
003b9c6c3f
|
[uln2003] Refactor step mode logging to use LogString (#13543)
|
2026-01-26 17:20:33 -10:00 |
|
J. Nick Koston
|
2f1a345905
|
[mhz19] Refactor detection range logging to use LogString (#13541)
|
2026-01-26 17:20:21 -10:00 |
|
J. Nick Koston
|
7ef933abec
|
[libretiny] Bump to 1.11.0 (#13512)
|
2026-01-26 17:20:08 -10:00 |
|
J. Nick Koston
|
4ddd40bcfb
|
[core] Add PROGMEM string comparison helpers and use in cover/valve/helpers (#13545)
|
2026-01-26 17:19:50 -10:00 |
|