J. Nick Koston
|
138ff749f3
|
Optimize Bluetooth proxy batching and increase scan buffer capacity (#9328)
|
2025-07-08 07:34:12 +12:00 |
|
Edward Firmo
|
e88b8d10ec
|
[nextion] Add optional device info storage configuration (#9366)
|
2025-07-07 12:04:01 -05:00 |
|
Jesse Hills
|
8147d117a0
|
[core] Move platform helper implementations into their own file (#9361)
|
2025-07-07 15:55:02 +00:00 |
|
Edward Firmo
|
c6f7e84256
|
[nextion] Review touch_sleep_timeout (#9345)
|
2025-07-07 07:30:34 -05:00 |
|
Keith Burzinski
|
db877e688a
|
[ld2450] Clean-up for consistency, reduce CPU usage when idle (#9363)
|
2025-07-07 07:22:49 -05:00 |
|
Edward Firmo
|
4e25b6da7b
|
[nextion] Optimize settings memory usage with compile-time defines (#9350)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-07 09:15:13 +00:00 |
|
Jonathan Swoboda
|
83512b88c4
|
[sx126x] Add sx126x component (#8516)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick+github@koston.org>
|
2025-07-07 05:41:23 +00:00 |
|
Jesse Hills
|
fde5f88192
|
[inkplate6] Require 240mhz cpu frequency (#9356)
|
2025-07-06 23:36:34 -05:00 |
|
Edward Firmo
|
2510b5ffb5
|
[nextion] Replace boolean flags with bitfields to optimize memory usage (#9359)
|
2025-07-07 04:07:03 +00:00 |
|
Keith Burzinski
|
364b6ca8d0
|
[scd4x] Memory optimization (#9358)
|
2025-07-07 03:54:19 +00:00 |
|
DT-art1
|
e49b89a051
|
Introduce base Camera class to support alternative camera implementations (#9285)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick+github@koston.org>
|
2025-07-07 15:45:00 +12:00 |
|
Jonathan Swoboda
|
bdd52dbaa4
|
[sx127x] Fix shaping print in dump_config and preallocate packet (#9357)
|
2025-07-06 22:41:47 -05:00 |
|
J. Nick Koston
|
765793505d
|
Use std::span to eliminate heap allocation for single-packet API transmissions (#9313)
|
2025-07-07 14:53:23 +12:00 |
|
J. Nick Koston
|
a303f93236
|
Fix bluetooth proxy busy loop when disconnecting pending BLE connections (#9332)
|
2025-07-07 14:50:36 +12:00 |
|
J. Nick Koston
|
492580edc3
|
Split LockFreeQueue into base and notifying variants to reduce memory usage (#9330)
|
2025-07-07 14:50:14 +12:00 |
|
Jan-Henrik Bruhn
|
1368139f4d
|
[update, http_request_update] Implement update available trigger (#9174)
|
2025-07-07 12:36:09 +12:00 |
|
J. Nick Koston
|
b6fade7339
|
Fix defer() thread safety issues on multi-core platforms (#9317)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-07-07 10:01:51 +12:00 |
|
Jonathan Swoboda
|
8da322fe9e
|
[sx127x] Improve error handling (#9351)
|
2025-07-06 18:04:43 +00:00 |
|
Keith Burzinski
|
e5a699a004
|
[ld2410] Reduce RAM usage, general clean-up (#9346)
|
2025-07-06 09:16:30 -05:00 |
|
Keith Burzinski
|
e061b6dc55
|
[scd4x] Optimize logging + minor code clean-up (#9347)
|
2025-07-06 08:37:50 -05:00 |
|
J. Nick Koston
|
4673a5b48c
|
Eliminate web_server_idf guard variable to save 8 bytes RAM (#9344)
|
2025-07-06 05:06:32 -05:00 |
|
J. Nick Koston
|
0bc18a8281
|
Eliminate API component guard variable to save 8 bytes RAM (#9341)
|
2025-07-05 23:34:55 -05:00 |
|
J. Nick Koston
|
20ba035e3b
|
Reduce RAM usage by optimizing Color constant storage (#9339)
|
2025-07-05 22:30:18 -05:00 |
|
Edward Firmo
|
f7019a4ed7
|
[nextion] Memory optimization (#9338)
|
2025-07-05 21:56:53 -05:00 |
|
J. Nick Koston
|
a1291c2730
|
[ld2450] Reduce CPU usage, eliminate redundant sensor updates (#9334)
|
2025-07-05 21:48:58 -05:00 |
|
Adrian Freund
|
b0f8922056
|
Mark ESPTime comparison operators as const (#9335)
|
2025-07-05 22:00:39 +00:00 |
|
Thomas Rupprecht
|
4e9e48e2e7
|
[rtttl] trim extraneous whitespace in "ac_dimmer" in "PWM_BAD" list (#9318)
|
2025-07-05 01:23:24 -05:00 |
|
J. Nick Koston
|
86e7013f40
|
Add const char overload for Component::defer() (#9324)
|
2025-07-04 21:52:12 -05:00 |
|
dependabot[bot]
|
58b4e7dab2
|
Bump puremagic from 1.29 to 1.30 (#9320)
|
2025-07-04 20:54:46 +00:00 |
|
J. Nick Koston
|
d686257cff
|
Fix web_server busy loop with ungracefully disconnected clients (#9312)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-04 02:07:25 +00:00 |
|
Big Mike
|
adb7ccdbc7
|
Fix compiler warning in tsl2591 component (#9310)
|
2025-07-04 13:00:50 +12:00 |
|
J. Nick Koston
|
d00e20ccdf
|
Reduce web_server loop overhead on ESP32 by avoiding unnecessary semaphore operations (#9308)
|
2025-07-04 12:53:14 +12:00 |
|
J. Nick Koston
|
25457da97c
|
Fix web_server URL parsing lifetime issue (#9309)
|
2025-07-04 12:33:19 +12:00 |
|
J. Nick Koston
|
14d7c4bdbd
|
Add device_id to entity state messages for sub-device support (#9304)
|
2025-07-04 12:31:03 +12:00 |
|
dependabot[bot]
|
eef71a79da
|
Bump ruff from 0.12.1 to 0.12.2 (#9311)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-07-03 21:49:51 +00:00 |
|
Kevin Ahrendt
|
547c7d6dc8
|
[microphone] simplify mute handling to avoid unnecessary copies (#9303)
|
2025-07-03 11:17:01 -05:00 |
|
Jonathan Swoboda
|
1ef7b2d64f
|
[sx127x] Add sx127x component (#7490)
Co-authored-by: Jonathan Swoboda <jonathan.swoboda>
|
2025-07-03 10:37:18 -05:00 |
|
dependabot[bot]
|
107304b274
|
Bump aioesphomeapi from 34.0.0 to 34.1.0 (#9301)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-07-03 14:08:04 +00:00 |
|
Sergey Dudanov
|
b2b6f41ef3
|
Packages: optional base path for remote git packages (#9279)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-07-03 19:11:40 +12:00 |
|
J. Nick Koston
|
34db02661c
|
Allow disabling API batch delay for real-time state updates (#9298)
|
2025-07-02 21:50:53 -05:00 |
|
DanielV
|
798eef41b9
|
[Packet transport] Ping timeout sensor (#8694)
|
2025-07-03 11:25:46 +10:00 |
|
Jesse Hills
|
658e4bac47
|
Merge branch 'release' into dev
|
2025-07-03 13:07:58 +12:00 |
|
Jesse Hills
|
f5aab154a6
|
Merge pull request #9299 from esphome/bump-2025.6.3
2025.6.3
2025.6.3
|
2025-07-03 13:07:17 +12:00 |
|
J. Nick Koston
|
5b55e205ef
|
Save flash and RAM by conditionally compiling unused API password code (#9297)
|
2025-07-03 09:42:08 +12:00 |
|
J. Nick Koston
|
4ef5c941c9
|
Fix missing ifdef guards in API protobuf generator (#9296)
|
2025-07-03 09:39:20 +12:00 |
|
Mariusz Kryński
|
b9391f2cd4
|
[ds2484] New component (#9147)
|
2025-07-03 09:15:37 +12:00 |
|
Jesse Hills
|
66e090ff5b
|
Bump version to 2025.6.3
|
2025-07-03 08:27:46 +12:00 |
|
Craig Andrews
|
d41298897f
|
[http_request] allow retrieval of more than just the first header (#9242)
|
2025-07-03 08:27:46 +12:00 |
|
J. Nick Koston
|
ba42de536c
|
Fix crash when event last_event_type is null in web_server (#9266)
|
2025-07-03 08:27:46 +12:00 |
|
Jesse Hills
|
bdc9f5f3b2
|
Fix api log client crashing when api encryption is dynamic (#9245)
|
2025-07-03 08:27:46 +12:00 |
|