J. Nick Koston
|
497d66f7ec
|
Ensure we can send batches where the first message exceeds MAX_PACKET_SIZE (#9068)
|
2025-06-16 10:07:07 +12:00 |
|
Kevin Ahrendt
|
242b02a416
|
[i2s_audio] Check for a nullptr before disabling and deleting channel (#9062)
|
2025-06-16 10:07:07 +12:00 |
|
J. Nick Koston
|
9644a6bb9c
|
Fix protobuf encoding size mismatch by passing force parameter in encode_string (#9074)
|
2025-06-16 10:07:07 +12:00 |
|
J. Nick Koston
|
70d66062d6
|
Make BLE queue lock free (#9088)
|
2025-06-16 10:07:07 +12:00 |
|
J. Nick Koston
|
39f6f9b0dc
|
Implement a lock free ring buffer for BLEScanResult to avoid drops (#9087)
|
2025-06-16 10:07:07 +12:00 |
|
dhewg
|
0454dd4e07
|
[fan] fix initial FanCall to properly set speed (#8277)
|
2025-06-16 10:07:07 +12:00 |
|
J. Nick Koston
|
6f4e76c8f3
|
Fix unbound BLE event queue growth and reduce memory usage (#9052)
|
2025-06-16 10:07:07 +12:00 |
|
J. Nick Koston
|
5cdcf2415d
|
Optimize Application area_ from std::string to const char* (#9085)
|
2025-06-16 10:07:07 +12:00 |
|
J. Nick Koston
|
1719a2e08b
|
Fix API message encoding to return actual size instead of calculated size (#9073)
|
2025-06-16 10:07:07 +12:00 |
|
J. Nick Koston
|
5640a9fe73
|
Optimize memory usage by lazy-allocating raw callbacks in sensors (#9077)
|
2025-06-16 10:07:07 +12:00 |
|
J. Nick Koston
|
4787e22f61
|
Reduce entity memory usage by eliminating field shadowing and bit-packing (#9076)
|
2025-06-16 10:07:01 +12:00 |
|
J. Nick Koston
|
fb12e4e66a
|
Small optimizations to api buffer helper (#9071)
|
2025-06-16 09:49:45 +12:00 |
|
J. Nick Koston
|
77740a1044
|
Optimize Component and Application state storage from uint32_t to uint8_t (#9082)
|
2025-06-16 09:49:45 +12:00 |
|
J. Nick Koston
|
1fdfe7578f
|
Make ParseOnOffState enum uint8_t (#9083)
|
2025-06-16 09:49:45 +12:00 |
|
J. Nick Koston
|
ebecf7047e
|
Fix captive_portal loading entire web_server (#9066)
|
2025-06-16 09:49:45 +12:00 |
|
Jesse Hills
|
00e8332bf5
|
[esp32] Dynamically set default framework based on variant (#9060)
|
2025-06-16 09:49:45 +12:00 |
|
Jesse Hills
|
5fc1f90822
|
[prometheus] Remove `cv.only_with_arduino ` (#9061)
|
2025-06-16 09:49:45 +12:00 |
|
J. Nick Koston
|
0a1be3d19c
|
Fix misleading comment in API (#9069)
|
2025-06-16 09:49:45 +12:00 |
|
Nate Clark
|
40db3146b9
|
Fix BYPASS_AUTO feature to work with or without an arming delay (#9051)
|
2025-06-16 09:49:45 +12:00 |
|
Edward Firmo
|
535c495b33
|
[nextion] Remove upload flags reset from success path to prevent TFT corruption (#9064)
|
2025-06-16 09:49:45 +12:00 |
|
J. Nick Koston
|
592446e430
|
Always perform select() when loop duration exceeds interval (#9058)
|
2025-06-16 09:49:45 +12:00 |
|
J. Nick Koston
|
7a5c9a821a
|
Fix dashboard logging being escaped before parser (#9054)
|
2025-06-16 09:49:45 +12:00 |
|
Jesse Hills
|
44323dc285
|
Merge pull request #9049 from esphome/bump-2025.6.0b1
2025.6.0b1
2025.6.0b1
|
2025-06-12 07:55:49 +12:00 |
|
Jesse Hills
|
abb4d991ad
|
Bump version to 2025.6.0b1
|
2025-06-11 23:16:56 +12:00 |
|
Keith Burzinski
|
dcf41db878
|
[sgp4x] Shorten log messages, various clean-up (#9048)
|
2025-06-11 11:11:11 +00:00 |
|
Jesse Hills
|
c3c3a27af2
|
Openthread code updates (#9047)
|
2025-06-11 22:41:38 +12:00 |
|
Stanislav Meduna
|
052f558131
|
Add support for custom request headers in online_image component (#8985)
|
2025-06-11 22:14:02 +12:00 |
|
J. Nick Koston
|
e8aa7cff36
|
Improve shutdown reliability when tx buffer is full (#9043)
|
2025-06-11 22:08:23 +12:00 |
|
J. Nick Koston
|
3411e45a0a
|
Reserve memory for component and platform vectors (#9042)
|
2025-06-11 22:05:42 +12:00 |
|
Clyde Stubbs
|
a488c8cd5c
|
[spi] Restrict octal spi to S3/S2/P4 (#9041)
|
2025-06-11 19:45:26 +10:00 |
|
Keith Burzinski
|
9652b1a556
|
[application] Fix build error on some IDF versions (#9045)
|
2025-06-11 21:44:49 +12:00 |
|
Keith Burzinski
|
69f2c79ccb
|
[shtcx] Shorten log messages (#9046)
|
2025-06-11 21:44:10 +12:00 |
|
Mathieu Rene
|
9d9d210176
|
Add OpenThread support on ESP-IDF (#7506)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-06-11 17:27:58 +12:00 |
|
Thomas Rupprecht
|
487e1f871f
|
use `encode_uintXX ` (#8847)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-06-11 17:06:45 +12:00 |
|
J. Nick Koston
|
0e27ac281f
|
Ensure components only powerdown after teardown (#9044)
|
2025-06-11 04:21:22 +00:00 |
|
Jonathan Swoboda
|
ad37f103fa
|
[esp32_rmt] Add variant validation for use_dma (#8897)
|
2025-06-11 14:00:59 +12:00 |
|
Jesse Hills
|
b579bbf03b
|
[esp32] Use release zip from pioarduino/platform-espressif32 instead of git tag (#8975)
|
2025-06-11 13:53:55 +12:00 |
|
Citric Li
|
7f4d2534aa
|
Fix: Seeed Studio MR60FDA2 threshold height could not be set (#9011)
|
2025-06-11 12:44:51 +12:00 |
|
Clyde Stubbs
|
9e26daeb94
|
[esp_ldo] Implement support for ESP32-P4 LDO (#9009)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-06-11 12:43:19 +12:00 |
|
Keith Burzinski
|
da6af184a6
|
Use a define for log message constants (#8952)
|
2025-06-11 12:32:51 +12:00 |
|
Jonathan Swoboda
|
4d347f1cc6
|
[core] Include esp_mac.h on Arduino too (#9040)
|
2025-06-11 00:08:51 +00:00 |
|
Jesse Hills
|
84e57b8136
|
[inkplate] Remove arduino dependency (#9031)
|
2025-06-11 12:01:11 +12:00 |
|
J. Nick Koston
|
63882c4a74
|
Reduce Bluetooth overhead by disabling unused logging categories (#8945)
|
2025-06-11 11:57:43 +12:00 |
|
J. Nick Koston
|
2ed5611a08
|
Replace API deferred queue with efficient message batching system (#9012)
|
2025-06-11 11:49:15 +12:00 |
|
Clyde Stubbs
|
1467b704b8
|
[lvgl] Fix templated argument to lvgl.is_idle (#9014)
|
2025-06-10 03:47:08 -05:00 |
|
Edward Firmo
|
94848e4811
|
[nextion] Add configurable limit for commands processed per loop (#8972)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
|
2025-06-10 07:27:46 +00:00 |
|
Edward Firmo
|
3174f7ae86
|
[nextion] Optimize log messages to reduce memory usage (#9039)
|
2025-06-09 18:51:08 -05:00 |
|
dependabot[bot]
|
962a339a8a
|
Bump ruamel-yaml from 0.18.13 to 0.18.14 (#9037)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-06-09 18:45:05 -05:00 |
|
dependabot[bot]
|
6a76e6ae4a
|
Bump aioesphomeapi from 32.2.0 to 32.2.1 (#9038)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-06-09 18:44:53 -05:00 |
|
Edward Firmo
|
ce4371a80d
|
[globals] Prevent redundant oversized string checks in loop (#9001)
Co-authored-by: J. Nick Koston <nick+github@koston.org>
|
2025-06-09 11:19:24 -05:00 |
|