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 |
|
J. Nick Koston
|
c17a3b6fcc
|
Reduce Component memory usage by 20 bytes per component (#9080)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-06-16 09:34:37 +12:00 |
|
J. Nick Koston
|
28d11553e0
|
Reduce Component blocking threshold memory usage by 2 bytes per component (#9081)
|
2025-06-16 09:33:38 +12:00 |
|
J. Nick Koston
|
1dbebe90ba
|
Add common base classes for entity protobuf messages to reduce duplicate code (#9090)
|
2025-06-16 09:29:25 +12:00 |
|
J. Nick Koston
|
06810e8e6a
|
Ensure we can send batches where the first message exceeds MAX_PACKET_SIZE (#9068)
|
2025-06-16 09:22:14 +12:00 |
|
Kevin Ahrendt
|
bd85ba9b6a
|
[i2s_audio] Check for a nullptr before disabling and deleting channel (#9062)
|
2025-06-16 09:19:50 +12:00 |
|
J. Nick Koston
|
be58cdda3b
|
Fix protobuf encoding size mismatch by passing force parameter in encode_string (#9074)
|
2025-06-16 09:19:04 +12:00 |
|
J. Nick Koston
|
fcce4a8be6
|
Make BLE queue lock free (#9088)
|
2025-06-16 09:16:46 +12:00 |
|
J. Nick Koston
|
61a558a062
|
Implement a lock free ring buffer for BLEScanResult to avoid drops (#9087)
|
2025-06-16 08:53:45 +12:00 |
|
dhewg
|
59f69ac5ca
|
[fan] fix initial FanCall to properly set speed (#8277)
|
2025-06-15 13:16:33 -05:00 |
|
dependabot[bot]
|
f82ac34784
|
Bump aioesphomeapi from 32.2.1 to 32.2.3 (#9091)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-06-15 10:42:01 -05:00 |
|
J. Nick Koston
|
07cf6e723b
|
Fix unbound BLE event queue growth and reduce memory usage (#9052)
|
2025-06-15 04:45:41 +00:00 |
|
J. Nick Koston
|
78e3c6333f
|
Optimize Application area_ from std::string to const char* (#9085)
|
2025-06-14 22:46:40 -05:00 |
|
J. Nick Koston
|
98e2684107
|
Fix API message encoding to return actual size instead of calculated size (#9073)
|
2025-06-15 15:46:02 +12:00 |
|
J. Nick Koston
|
cb019fff9a
|
Optimize memory usage by lazy-allocating raw callbacks in sensors (#9077)
|
2025-06-15 15:28:15 +12:00 |
|
J. Nick Koston
|
4305c44440
|
Reduce entity memory usage by eliminating field shadowing and bit-packing (#9076)
|
2025-06-15 15:21:55 +12:00 |
|
J. Nick Koston
|
a1e4143600
|
Small optimizations to api buffer helper (#9071)
|
2025-06-15 14:55:03 +12:00 |
|
J. Nick Koston
|
374c33e8dc
|
Optimize Component and Application state storage from uint32_t to uint8_t (#9082)
|
2025-06-15 14:48:53 +12:00 |
|
J. Nick Koston
|
dcfe7af9d3
|
Make ParseOnOffState enum uint8_t (#9083)
|
2025-06-15 14:44:45 +12:00 |
|
Keith Burzinski
|
049c7e00ca
|
Move some consts to `const.py ` (#9084)
|
2025-06-14 23:23:52 +00:00 |
|
Jimmy Hedman
|
ee37d2f9c8
|
Build with C++17 (#8603)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-06-14 08:21:39 -05:00 |
|
J. Nick Koston
|
92ea697119
|
Fix captive_portal loading entire web_server (#9066)
|
2025-06-14 08:19:41 -05:00 |
|
dependabot[bot]
|
1c488d375f
|
Bump pytest-asyncio from 0.26.0 to 1.0.0 (#9067)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-06-13 18:40:18 -05:00 |
|
Jesse Hills
|
1a03b4949f
|
[esp32] Dynamically set default framework based on variant (#9060)
|
2025-06-14 11:17:06 +12:00 |
|
Jesse Hills
|
731b7808cd
|
[prometheus] Remove `cv.only_with_arduino ` (#9061)
|
2025-06-14 11:08:07 +12:00 |
|
J. Nick Koston
|
d9da4cf24d
|
Fix misleading comment in API (#9069)
|
2025-06-14 09:10:33 +12:00 |
|
Nate Clark
|
666a3ee5e9
|
Fix BYPASS_AUTO feature to work with or without an arming delay (#9051)
|
2025-06-13 13:31:00 -05:00 |
|
Nico B
|
02469c2d4c
|
ina219: powerdown the sensor on shutdown (#9053)
|
2025-06-13 18:17:38 +00:00 |
|
Edward Firmo
|
2a629cae93
|
[nextion] Remove upload flags reset from success path to prevent TFT corruption (#9064)
|
2025-06-13 13:39:32 +12:00 |
|
dependabot[bot]
|
1f14c316a3
|
Bump pytest-cov from 6.1.1 to 6.2.1 (#9063)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-06-12 18:16:37 -05:00 |
|
J. Nick Koston
|
dac738a916
|
Always perform select() when loop duration exceeds interval (#9058)
|
2025-06-12 03:27:10 +00:00 |
|
Clyde Stubbs
|
261b561bb2
|
[binary_sensor] Add action to invalidate state and pass to HA (#8961)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-06-12 09:16:20 +10:00 |
|