J. Nick Koston
|
53a578a46f
|
Merge branch 'area_str' into integration
|
2025-06-14 18:01:44 -05:00 |
|
J. Nick Koston
|
62612ef80b
|
Optimize Application area_ from std::string to const char*
|
2025-06-14 18:00:32 -05:00 |
|
J. Nick Koston
|
61ac874c4c
|
Merge branch 'parse_on_off_uint8t' into integration
|
2025-06-14 17:46:25 -05:00 |
|
J. Nick Koston
|
976b200ff6
|
Make ParseOnOffState enum uint8_t
|
2025-06-14 17:44:22 -05:00 |
|
J. Nick Koston
|
852343b6d8
|
Merge remote-tracking branch 'upstream/has_state_' into integration
|
2025-06-14 17:32:40 -05:00 |
|
J. Nick Koston
|
c56af9d52b
|
Merge branch 'component_state_oversized' into integration
|
2025-06-14 17:03:31 -05:00 |
|
J. Nick Koston
|
05f18e2828
|
Optimize Component and Application state storage from uint32_t to uint8_t
|
2025-06-14 17:01:57 -05:00 |
|
J. Nick Koston
|
72804caab2
|
Merge branch 'warn_if_blocking_over_' into integration
|
2025-06-14 16:43:26 -05:00 |
|
J. Nick Koston
|
80cbe5c7c9
|
Reduce Component blocking threshold memory usage by 2 bytes per component
|
2025-06-14 16:42:08 -05:00 |
|
J. Nick Koston
|
21892d1236
|
Merge branch 'error_message_memory' into integration
|
2025-06-14 16:29:43 -05:00 |
|
J. Nick Koston
|
13824624f8
|
Reduce Component memory usage by 20 bytes per component
|
2025-06-14 16:27:45 -05:00 |
|
J. Nick Koston
|
0fd72ecbab
|
Merge remote-tracking branch 'upstream/batch_exceeds_max_packet_size' into integration
|
2025-06-14 15:46:22 -05:00 |
|
J. Nick Koston
|
f848cb1546
|
Merge remote-tracking branch 'upstream/footer_not_reserved' into integration
|
2025-06-14 15:46:13 -05:00 |
|
J. Nick Koston
|
633854081a
|
Merge remote-tracking branch 'upstream/guard_wrong_total_size' into integration
|
2025-06-14 15:45:35 -05:00 |
|
J. Nick Koston
|
4fed9a581b
|
Merge remote-tracking branch 'upstream/missing_force' into integration
|
2025-06-14 15:45:28 -05:00 |
|
J. Nick Koston
|
e9c1202aaa
|
Merge remote-tracking branch 'upstream/ble_events' into integration
|
2025-06-14 15:45:18 -05:00 |
|
J. Nick Koston
|
0a7ae279d0
|
preen
|
2025-06-14 11:40:50 -05:00 |
|
J. Nick Koston
|
0de2696543
|
Optimize memory usage by lazy-allocating raw callbacks in sensors
|
2025-06-14 11:37:11 -05:00 |
|
J. Nick Koston
|
a7dc239b71
|
cleanup
|
2025-06-14 10:49:23 -05:00 |
|
J. Nick Koston
|
fe0e6990f5
|
cover
|
2025-06-14 10:14:41 -05:00 |
|
J. Nick Koston
|
5ba65e92d9
|
cover
|
2025-06-14 10:12:12 -05:00 |
|
J. Nick Koston
|
a1452b52c9
|
Reduce entity memory usage by eliminating field shadowing and bit-packing
|
2025-06-14 10:00:49 -05: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 |
|
J. Nick Koston
|
dd2aa23a5f
|
cover
|
2025-06-13 19:28:59 -05:00 |
|
J. Nick Koston
|
0e0359ba7d
|
Fix protobuf encoding size mismatch by passing force parameter in encode_string
|
2025-06-13 19:20:08 -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 |
|
J. Nick Koston
|
93b1b7aded
|
assert
|
2025-06-13 18:32:21 -05:00 |
|
J. Nick Koston
|
9472dc6a53
|
Fix API message encoding to return actual size instead of calculated size
|
2025-06-13 18:24:51 -05:00 |
|
J. Nick Koston
|
67b681854e
|
Fix API message encoding to return actual size instead of calculated size
|
2025-06-13 18:20:01 -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
|
7b5990833e
|
Merge branch 'dev' into batch_exceeds_max_packet_size
|
2025-06-13 17:01:10 -05:00 |
|
J. Nick Koston
|
b6d5d04589
|
More coverage
|
2025-06-13 16:59:36 -05:00 |
|
J. Nick Koston
|
d9da4cf24d
|
Fix misleading comment in API (#9069)
|
2025-06-14 09:10:33 +12:00 |
|
J. Nick Koston
|
fdfbb3e944
|
Fix footer space not being reserved for batched messages
This only affects noise protocol, and its not a correctness issue, its only
fixing an inefficent reserve
|
2025-06-13 15:54:31 -05:00 |
|
J. Nick Koston
|
faa7a3e37f
|
tweak
|
2025-06-13 15:14:14 -05:00 |
|
J. Nick Koston
|
23748b82bb
|
Ensure api can send batches where the first message exceeds MAX_PACKET_SIZE
|
2025-06-13 14:58:09 -05:00 |
|
J. Nick Koston
|
bccb6f578a
|
Ensure we can send batches where the first message exceeds MAX_PACKET_SIZE
|
2025-06-13 14:55:17 -05: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 |
|
J. Nick Koston
|
de8a5d6e9e
|
Merge branch 'dev' into ble_events
|
2025-06-13 10:46:45 -05:00 |
|
J. Nick Koston
|
a8eb3f7961
|
lint
|
2025-06-13 10:46:09 -05:00 |
|
J. Nick Koston
|
2dc85f5a42
|
Merge remote-tracking branch 'upstream/esp32_touch_isr' into esp32_touch_isr
|
2025-06-13 10:11:49 -05:00 |
|
J. Nick Koston
|
82518b351d
|
lint
|
2025-06-13 10:11:38 -05: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 |
|
J. Nick Koston
|
68f34a1683
|
Merge branch 'dev' into esp32_touch_isr
|
2025-06-12 20:19:29 -05:00 |
|
J. Nick Koston
|
bc6b72a422
|
tweaks
|
2025-06-12 20:16:12 -05:00 |
|
J. Nick Koston
|
599e28e1cb
|
fixes
|
2025-06-12 20:02:39 -05:00 |
|
J. Nick Koston
|
ee6b2ba6c6
|
fixes
|
2025-06-12 19:56:12 -05:00 |
|