J. Nick Koston
|
2103d583f9
|
bump to 0.1.8
|
2025-06-29 23:12:48 -05:00 |
|
J. Nick Koston
|
480ea54ee0
|
Merge branch 'dev' into update_libsodium
|
2025-06-29 22:49:46 -05:00 |
|
J. Nick Koston
|
140ca070a2
|
Optimize scheduler string storage to eliminate heap allocations (#9251)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-30 15:40:36 +12:00 |
|
J. Nick Koston
|
6a354d7c94
|
Reduce API component memory usage with conditional compilation (#9262)
|
2025-06-30 15:33:35 +12:00 |
|
Jesse Hills
|
bf5f628769
|
Update esphome/components/api/__init__.py
|
2025-06-30 15:23:40 +12:00 |
|
J. Nick Koston
|
7f8dd4b254
|
Fix thread-safe cleanup of event source connections in ESP-IDF web server (#9268)
|
2025-06-29 19:19:18 -05:00 |
|
J. Nick Koston
|
0b1b8f05e1
|
Reduce loop enable/disable log spam by using very verbose level (#9267)
|
2025-06-30 11:49:31 +12:00 |
|
Jesse Hills
|
53e9ffe656
|
[pi4ioe5v6408] Add new IO Expander (#8888)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
|
2025-06-30 11:48:19 +12:00 |
|
J. Nick Koston
|
2289073a1e
|
Add interrupt support to GPIO binary sensors (#9115)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-06-30 11:47:50 +12:00 |
|
J. Nick Koston
|
687cb1cd2b
|
Reduce web_server RAM usage by 96 bytes with conditional sorting compilation (#9227)
|
2025-06-30 11:47:20 +12:00 |
|
J. Nick Koston
|
e907050a17
|
Remove unused return value from read_message and fix ifdef placement in generated API code (#9256)
|
2025-06-30 11:45:03 +12:00 |
|
J. Nick Koston
|
a4b57c7e44
|
Reduce flash usage by making add_message_object non-template (#9258)
|
2025-06-30 11:43:47 +12:00 |
|
J. Nick Koston
|
24bbfcdce7
|
Reduce API memory footprint through bitfield consolidation and type sizing (#9252)
|
2025-06-30 11:42:57 +12:00 |
|
J. Nick Koston
|
d78b720350
|
Remove single-use send_*_info wrappers in API connection (#9255)
|
2025-06-30 11:38:11 +12:00 |
|
J. Nick Koston
|
d592208c74
|
Fix crash when event last_event_type is null in web_server (#9266)
|
2025-06-29 22:45:41 +00:00 |
|
David Woodhouse
|
971bbd088c
|
Fix MQTT blocking main loop for multiple seconds at a time (#8325)
Co-authored-by: patagona <patagonahn@gmail.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick+github@koston.org>
|
2025-06-30 08:34:59 +12:00 |
|
Jesse Hills
|
b743577ebe
|
Fix api log client crashing when api encryption is dynamic (#9245)
|
2025-06-30 08:07:29 +12:00 |
|
J. Nick Koston
|
ed9850c4a4
|
Remove redundant get_setup_priority() overrides returning default value (#9253)
|
2025-06-29 13:46:28 -05:00 |
|
J. Nick Koston
|
ddbcf8549c
|
Reduce web_server code duplication by extracting detail parameter parsing (#9257)
|
2025-06-29 13:29:18 -05:00 |
|
Rezoran
|
921d0888cd
|
[uart] fix: missing uart_config_t struct initialisation (#9235)
|
2025-06-29 15:05:23 +00:00 |
|
Keith Burzinski
|
21e1f3d103
|
[light] Memory optimizations (#9260)
|
2025-06-29 11:28:51 +00:00 |
|
Keith Burzinski
|
53ab016098
|
[adc] Memory optimizations (#9247)
|
2025-06-29 06:17:53 -05:00 |
|
Keith Burzinski
|
0c249a7006
|
[thermostat] Memory optimizations (#9259)
|
2025-06-29 06:16:34 -05:00 |
|
J. Nick Koston
|
86c0fb48a3
|
Replace ping retry timer with batch queue fallback (#9207)
|
2025-06-29 09:08:30 +12:00 |
|
J. Nick Koston
|
3f1f99cf37
|
Extract lock-free queue and event pool to core helpers (#9238)
|
2025-06-29 08:08:33 +12:00 |
|
J. Nick Koston
|
13d4823db6
|
Fix buffer corruption in API message encoding with very verbose logging (#9249)
|
2025-06-29 08:04:42 +12:00 |
|
Jimmy Hedman
|
30f61b26ff
|
Remove backports of std (#9246)
|
2025-06-29 07:56:12 +12:00 |
|
Jonathan Swoboda
|
d37f5b87bd
|
[esp32] Allow 5.4.2 (#9243)
|
2025-06-28 01:30:59 -05:00 |
|
J. Nick Koston
|
3f65cee17c
|
Silence protobuf compatibility warnings when importing aioesphomeapi (#9236)
|
2025-06-28 16:59:52 +12:00 |
|
J. Nick Koston
|
094bf19ec4
|
Disable dynamic log level control for ESP32 ESP-IDF builds (#9233)
|
2025-06-28 16:58:53 +12:00 |
|
J. Nick Koston
|
f8d59b5aeb
|
Reduce libretiny logconfig messages (#9239)
|
2025-06-28 15:53:40 +12:00 |
|
Jonathan Swoboda
|
52ca8deb10
|
[i2c] Disable i2c scan on certain idf versions (#9237)
|
2025-06-28 13:32:18 +12:00 |
|
Samuel Sieb
|
156a9160ba
|
[mcp23xxx_base] fix pin interrupts (#9244)
Co-authored-by: Samuel Sieb <samuel@sieb.net>
|
2025-06-28 13:31:23 +12:00 |
|
J. Nick Koston
|
9af88bd482
|
DNM: Update libsodium
needs https://github.com/esphome/noise-c/pull/4
|
2025-06-27 14:07:27 -05:00 |
|
Jimmy Hedman
|
68d66c873e
|
Upgrade to use C++20 (#9135)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-06-27 17:31:50 +00:00 |
|
scaiper
|
c0b1f32889
|
[esp32] Change `enable_lwip_mdns_queries default to True` (#9188)
|
2025-06-27 22:43:18 +12:00 |
|
J. Nick Koston
|
837dd46adf
|
Reduce component_iterator memory usage (#9205)
|
2025-06-27 01:56:54 -05:00 |
|
J. Nick Koston
|
13512440ac
|
[gpio] Reduce ESP32 memory usage by optimizing struct padding (#9230)
|
2025-06-27 01:53:40 -05:00 |
|
J. Nick Koston
|
7931423e8c
|
Reduce ethernet component memory usage by 8 bytes (#9231)
|
2025-06-27 01:52:12 -05:00 |
|
J. Nick Koston
|
62f28902c5
|
[wifi] Reduce memory usage (#9232)
|
2025-06-27 01:50:26 -05:00 |
|
Jonathan Swoboda
|
1f94e4cc14
|
[esp32] Update IDF components to use the registry (#9223)
|
2025-06-27 03:37:30 +00:00 |
|
Thomas Rupprecht
|
61dfd5541f
|
use c++17 [[fallthrough]]; (#9149)
|
2025-06-27 02:40:42 +00:00 |
|
Jonathan Swoboda
|
87321ce10b
|
[esp32_hosted] Add support for remote wifi (#8833)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-06-27 11:51:13 +12:00 |
|
J. Nick Koston
|
4f5aacdb3a
|
Optimize SafeModeComponent memory layout to reduce padding (#9228)
|
2025-06-27 01:25:26 +02:00 |
|
Kevin Ahrendt
|
b182f2d544
|
[voice_assistant] Support streaming TTS responses and fixes crash for long responses (#9224)
|
2025-06-27 07:18:51 +12:00 |
|
Kevin Ahrendt
|
4fac8e9cd5
|
[speaker] bugfix: continue to block tasks if stop flag is set (#9222)
|
2025-06-27 07:12:58 +12:00 |
|
Kevin Ahrendt
|
d94896c0fb
|
[audio] Bugfix: improve timeout handling (#9221)
|
2025-06-27 07:11:50 +12:00 |
|
Keith Burzinski
|
2930c8e9a8
|
[ld2450] Move consts to cpp file, optimize memory use (#9215)
|
2025-06-26 04:37:27 -05:00 |
|
Keith Burzinski
|
b12b9b97f4
|
[ld2410] More optimizations (#9209)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-06-26 04:04:38 -05:00 |
|
Keith Burzinski
|
f7ac32ceda
|
[ld2450] More optimizing, fix copypasta (#9210)
|
2025-06-26 00:35:30 -05:00 |
|