J. Nick Koston
|
e4c8a6a0af
|
[core] Revert #9851 and rename ESPHOME_CORES to ESPHOME_THREAD
|
2025-07-23 20:45:54 -10:00 |
|
Keith Burzinski
|
705ea4ebaa
|
[ld2410] Use `Deduplicator` for sensors (#9584)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-24 16:50:50 +12:00 |
|
J. Nick Koston
|
ec2e0c50f1
|
[bluetooth_proxy] [esp32_ble_tracker] [esp32_ble] Use C++17 nested namespace syntax (#9825)
|
2025-07-24 15:23:45 +12:00 |
|
J. Nick Koston
|
99850255f0
|
[api] Use emplace_back for TemplatableKeyValuePair construction in HomeAssistant services (#9804)
|
2025-07-24 15:21:35 +12:00 |
|
J. Nick Koston
|
4a27b34685
|
[api] Reduce code duplication in protobuf dump methods with helper functions (#9809)
|
2025-07-24 15:19:58 +12:00 |
|
J. Nick Koston
|
f863189f96
|
[api] Simplify generated authentication check code (#9806)
|
2025-07-24 15:18:01 +12:00 |
|
J. Nick Koston
|
04d9698681
|
[api] Replace magic numbers with MESSAGE_TYPE constants in protobuf switch cases (#9776)
|
2025-07-24 15:16:54 +12:00 |
|
J. Nick Koston
|
15ba2326ad
|
[esp32] Fix threading model for single-core variants (S2, C3, C6, H2) (#9851)
|
2025-07-24 15:15:32 +12:00 |
|
Kevin Ahrendt
|
6398bb2fdf
|
[i2s_audio] Speaker improvements: CPU core agnostic and more accurate timestamps (#9800)
Co-authored-by: NP v/d Spek <github_mail@lumensoft.nl>
|
2025-07-24 15:14:00 +12:00 |
|
TJ Horner
|
108e447072
|
[logger] remove unnecessary call to setTxTimeoutMs (#9854)
|
2025-07-24 14:51:47 +12:00 |
|
Brandon Harvey
|
cc187ef276
|
[ld2450] Set `accuracy_decimals=0` as default for "target" entities (#9842)
|
2025-07-24 14:29:39 +12:00 |
|
Mayur Panchal
|
5cd7f156b9
|
Update post_build.py.script to Fix #7137 (#9578)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-24 01:34:39 +00:00 |
|
Clyde Stubbs
|
3960e2bae7
|
[mipi] Refactor constants and functions (#9853)
|
2025-07-24 13:27:05 +12:00 |
|
Clyde Stubbs
|
f9534fbd5d
|
[interval] Fix startup behaviour (#9793)
|
2025-07-24 08:03:36 +10:00 |
|
Eric Hoffmann
|
0744abe098
|
fix: non-optional x/y target calculation for ld2450 (#9849)
|
2025-07-23 11:55:31 -10:00 |
|
Clyde Stubbs
|
49df68beb6
|
[gt911] i2c fixes (#9822)
|
2025-07-24 09:52:07 +12:00 |
|
Olivier ARCHER
|
e94cb03272
|
[modem] network component change (#9801)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-24 09:36:20 +12:00 |
|
Jesse Hills
|
babaa1db3f
|
[i2c] Use `i2c_master_probe` to scan i2c bus (#9831)
|
2025-07-23 23:31:13 +12:00 |
|
Jonathan Swoboda
|
bb6f8aeb94
|
[remote_receiver] Fix idle validation (#9819)
|
2025-07-22 21:57:42 -05:00 |
|
Jonathan Swoboda
|
116c91e9c5
|
Bump ESP32 IDF version to 5.4.2 and Arduino version to 3.2.1 (#9770)
|
2025-07-22 13:15:31 -10:00 |
|
Jesse Hills
|
5a4e2a3eaf
|
[udp] Move `on_receive` to const (#9811)
|
2025-07-22 17:56:00 -05:00 |
|
Stas
|
1a7757e7ca
|
[http_request] set correct duration_ms for failed requests (#9789)
|
2025-07-22 11:39:03 -10:00 |
|
Jonathan Swoboda
|
e2976162b5
|
[sgp4x] Fix build (#9794)
|
2025-07-23 08:54:03 +12:00 |
|
Thomas Rupprecht
|
cf40306297
|
[audio] fix typo gneneral and divison (#9808)
|
2025-07-22 20:24:40 +00:00 |
|
J. Nick Koston
|
a614a68f1a
|
[api] Implement zero-copy string optimization for outgoing protobuf messages (#9790)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-22 07:33:03 -10:00 |
|
Keith Burzinski
|
71cb429a86
|
[bme680_bsec] Add suggested alternate when using IDF (#9785)
|
2025-07-22 23:54:09 +12:00 |
|
Keith Burzinski
|
89924ae468
|
[neopixelbus] Add suggested alternate when using IDF (#9783)
|
2025-07-22 23:53:45 +12:00 |
|
Keith Burzinski
|
7efe1b8698
|
[fastled_clockless, fastled_spi] Add suggested alternate when using IDF (#9784)
|
2025-07-22 23:53:33 +12:00 |
|
J. Nick Koston
|
ac08fb314f
|
[api] Optimize protobuf memory usage with fixed-size arrays for Bluetooth UUIDs (#9782)
|
2025-07-22 21:50:49 +12:00 |
|
Jesse Hills
|
b17e2019c7
|
[esp32_ble_tracker] Write require feature defines after all clients are registered (#9780)
|
2025-07-22 00:49:48 +00:00 |
|
J. Nick Koston
|
e56b681506
|
[nrf52] Add missing CoreModel define for scheduler (#9777)
|
2025-07-22 12:32:50 +12:00 |
|
J. Nick Koston
|
118b74b7cd
|
[api] Optimize noise handshake with memcpy for faster connection setup (#9779)
|
2025-07-21 17:56:32 -05:00 |
|
J. Nick Koston
|
5343a6d16a
|
[api] Optimize string encoding with memcpy for 10x performance improvement (#9778)
|
2025-07-22 09:39:28 +12:00 |
|
J. Nick Koston
|
db62a94712
|
[api] Implement zero-copy for all protobuf bytes fields (#9761)
|
2025-07-22 09:38:39 +12:00 |
|
Jesse Hills
|
74ce3d2c0b
|
[tuya] Update use of fan_schema (#9762)
|
2025-07-21 15:20:25 -05:00 |
|
Jonathan Swoboda
|
a04c2c8471
|
[esp32_touch] Fix setup mode in v1 driver (#9725)
|
2025-07-22 07:25:08 +12:00 |
|
J. Nick Koston
|
e485895d97
|
[bluetooth_proxy] Optimize service discovery with in-place construction (#9765)
|
2025-07-21 20:26:20 +12:00 |
|
J. Nick Koston
|
305667b06d
|
[api] Sync uses_password field_ifdef optimization from aioesphomeapi (#9756)
|
2025-07-21 16:59:48 +12:00 |
|
J. Nick Koston
|
a45a45c688
|
[api] Split frame helper implementation into protocol-specific files (#9746)
|
2025-07-21 13:10:08 +12:00 |
|
J. Nick Koston
|
5b5982cfdd
|
[api] Reduce memory usage by eliminating duplicate client info strings (#9740)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-21 11:34:59 +12:00 |
|
J. Nick Koston
|
acca629c5c
|
[api] Fix missing ifdef guards for AreaInfo and DeviceInfo messages (#9730)
|
2025-07-20 23:05:53 +00:00 |
|
J. Nick Koston
|
0aabdaa0c7
|
[api] Consolidate error handling and remove unused code (#9726)
|
2025-07-20 22:52:46 +00:00 |
|
J. Nick Koston
|
2540e7edb2
|
[api] Remove deprecated protobuf fields to reduce flash usage (#9679)
|
2025-07-21 10:35:53 +12:00 |
|
J. Nick Koston
|
5511d61dba
|
[api] Eliminate heap allocation in process_batch_ using stack-allocated PacketInfo array (#9703)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-21 10:24:57 +12:00 |
|
J. Nick Koston
|
e474a33abd
|
[api] Memory optimizations for API frame helper buffering (#9724)
|
2025-07-21 10:20:35 +12:00 |
|
J. Nick Koston
|
534a1cf2e7
|
[esp32_ble_tracker] Batch BLE advertisement processing to reduce overhead (#9699)
|
2025-07-21 10:17:38 +12:00 |
|
J. Nick Koston
|
335110d71f
|
[bluetooth_proxy] Fix service discovery on disconnect and refactor connection handling (#9697)
|
2025-07-21 10:15:34 +12:00 |
|
@RubenKelevra
|
6e31fb181e
|
core/scheduler: Make millis_64_ rollover monotonic on SMP (#9716)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-07-20 21:57:52 +00:00 |
|
DT-art1
|
7d30d1e987
|
[const] Move CONF_FLIP_X and CONF_FLIP_Y to `const.py` (#9741)
|
2025-07-20 20:07:56 +00:00 |
|
J. Nick Koston
|
5b3d61b4a6
|
[api] Fix missing ifdef guards for field_ifdef fields in protobuf base classes (#9693)
|
2025-07-20 15:41:00 +12:00 |
|