J. Nick Koston
|
0c0e8491d2
|
Merge branch 'webserver_reduce_defer_calls' into integration
|
2025-08-18 20:02:53 -05:00 |
|
J. Nick Koston
|
1786934242
|
[web_server] Reduce flash usage by consolidating defer calls in switch and lock handlers
|
2025-08-18 20:01:42 -05:00 |
|
Ben Winslow
|
3a6a66537c
|
[nextion] Don't include terminating NUL in nextion text_sensor states (#10273)
|
2025-08-18 19:20:13 -05:00 |
|
Jesse Hills
|
7118bea031
|
[esp32] Write variant to sdkconfig file (#10267)
|
2025-08-19 12:17:34 +12:00 |
|
J. Nick Koston
|
8fd430e423
|
Update esphome/components/sensor/sensor.h
|
2025-08-18 19:17:26 -05:00 |
|
J. Nick Koston
|
8dc3958b0c
|
Update esphome/components/sensor/sensor.h
|
2025-08-18 19:17:19 -05:00 |
|
J. Nick Koston
|
63cd279cd4
|
Merge branch 'log_number' into integration
|
2025-08-18 18:33:26 -05:00 |
|
J. Nick Koston
|
6f6b38762a
|
Merge branch 'log_button' into integration
|
2025-08-18 18:33:23 -05:00 |
|
J. Nick Koston
|
2dc57d6236
|
Merge branch 'log_binary_sensor' into integration
|
2025-08-18 18:33:20 -05:00 |
|
J. Nick Koston
|
deadb8d9be
|
Merge branch 'log_sensor' into integration
|
2025-08-18 18:33:15 -05:00 |
|
J. Nick Koston
|
59c93cf3f1
|
preen
|
2025-08-18 18:32:50 -05:00 |
|
J. Nick Koston
|
9d25dd5dd2
|
[button] Convert LOG_BUTTON macro to function to reduce flash usage
|
2025-08-18 18:29:13 -05:00 |
|
J. Nick Koston
|
a21ee3c483
|
[binary_sensor] Convert LOG_BINARY_SENSOR macro to function to reduce flash usage
|
2025-08-18 18:19:53 -05:00 |
|
J. Nick Koston
|
8971e2e9a4
|
[number] Convert LOG_NUMBER macro to function to reduce flash usage
|
2025-08-18 18:14:55 -05:00 |
|
J. Nick Koston
|
e7fadef15c
|
[sensor] Convert LOG_SENSOR macro to function to reduce flash usage
|
2025-08-18 18:00:46 -05:00 |
|
J. Nick Koston
|
aa608f3a92
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2025-08-18 17:13:42 -05:00 |
|
J. Nick Koston
|
44bd8e5b54
|
[api] Optimize protobuf decode loop for better performance and maintainability (#10277)
|
2025-08-18 16:14:20 -05:00 |
|
J. Nick Koston
|
efaeb91803
|
[api] Mark APIConnection as final for compiler optimizations (#10279)
|
2025-08-18 16:01:45 -05:00 |
|
J. Nick Koston
|
761c6c6685
|
[api] Mark protobuf message classes as final to enable compiler optimizations (#10276)
|
2025-08-18 15:55:30 -05:00 |
|
J. Nick Koston
|
1f55486896
|
[api] Optimize APIFrameHelper virtual methods and mark implementations as final (#10278)
|
2025-08-18 15:55:11 -05:00 |
|
J. Nick Koston
|
0ea3018bd1
|
Merge branch 'mdns_cleanups' into integration
|
2025-08-18 14:37:30 -05:00 |
|
J. Nick Koston
|
fd6002e334
|
[mdns] Reduce flash usage and prevent RAM over-allocation in service compilation
|
2025-08-18 14:36:41 -05:00 |
|
J. Nick Koston
|
6248c3d729
|
preen
|
2025-08-18 12:47:22 -05:00 |
|
J. Nick Koston
|
571e6be404
|
[safe_mode] Reduce flash usage by 172 bytes through code optimization
|
2025-08-18 12:41:35 -05:00 |
|
J. Nick Koston
|
7d3a87c603
|
[safe_mode] Reduce flash usage by 172 bytes through code optimization
|
2025-08-18 12:40:24 -05:00 |
|
J. Nick Koston
|
be2a680e8f
|
[safe_mode] Reduce flash usage by 172 bytes through code optimization
|
2025-08-18 12:39:33 -05:00 |
|
J. Nick Koston
|
a36942b760
|
[safe_mode] Reduce flash usage by 172 bytes through code optimization
|
2025-08-18 12:37:44 -05:00 |
|
J. Nick Koston
|
ed3884e5aa
|
Merge branch 'bluetooth_connection_final' into integration
|
2025-08-18 11:06:53 -05:00 |
|
J. Nick Koston
|
fb3a01e84e
|
might as well do both
|
2025-08-18 11:05:09 -05:00 |
|
J. Nick Koston
|
6818439109
|
[core] Fix scheduler race condition where cancelled items still execute (#10268)
|
2025-08-18 11:14:41 -04:00 |
|
J. Nick Koston
|
60e27e3ed7
|
Merge branch 'more_zero_copy_api_followup' into integration
|
2025-08-18 09:02:36 -05:00 |
|
J. Nick Koston
|
23fa231ca2
|
Merge branch 'decode_cleanup' into integration
|
2025-08-18 08:29:17 -05:00 |
|
J. Nick Koston
|
a9227148f5
|
review comments
|
2025-08-18 08:28:58 -05:00 |
|
J. Nick Koston
|
0a77423073
|
[esp8266] Replace std::vector with std::unique_ptr in preferences to save flash (#10245)
|
2025-08-18 09:01:39 -04:00 |
|
J. Nick Koston
|
b249cc25d9
|
Merge branch 'bluetooth_connection_final' into integration
|
2025-08-18 01:07:35 -05:00 |
|
J. Nick Koston
|
5678621cd5
|
[bluetooth_proxy] Mark BluetoothConnection as final for compiler optimizations
|
2025-08-18 01:06:47 -05:00 |
|
J. Nick Koston
|
e68a44bcba
|
Merge branch 'api_connection_final' into integration
|
2025-08-18 01:01:12 -05:00 |
|
J. Nick Koston
|
af87e27382
|
[api] Mark APIConnection as final for compiler optimizations
|
2025-08-18 01:00:12 -05:00 |
|
J. Nick Koston
|
76b6d77337
|
Merge branch 'frame_helper_opt' into integration
|
2025-08-18 00:56:57 -05:00 |
|
J. Nick Koston
|
134526e0ec
|
[api] Optimize APIFrameHelper virtual methods and mark implementations as final
|
2025-08-18 00:56:19 -05:00 |
|
J. Nick Koston
|
d7b28752e0
|
Merge branch 'decode_cleanup' into integration
|
2025-08-17 22:22:41 -05:00 |
|
J. Nick Koston
|
a2ad2dd10e
|
[api] Optimize protobuf decode loop for better performance and maintainability
|
2025-08-17 22:21:51 -05:00 |
|
J. Nick Koston
|
6b9fc783b6
|
Merge remote-tracking branch 'upstream/libretiny_no_vector' into integration
|
2025-08-17 21:37:32 -05:00 |
|
Ben Winslow
|
c29f8d0187
|
[core] Fix post-OTA logs display when using esphome run and MQTT (#10274)
|
2025-08-17 21:36:35 -05:00 |
|
J. Nick Koston
|
afc2ba066e
|
Merge remote-tracking branch 'origin/atomic_remove' into integration
|
2025-08-17 21:14:54 -05:00 |
|
J. Nick Koston
|
898b7b079e
|
Merge branch 'final_proto' into integration
|
2025-08-17 21:13:34 -05:00 |
|
J. Nick Koston
|
37e36a3d1d
|
[api] Mark protobuf message classes as final to enable compiler optimizations
|
2025-08-17 21:12:38 -05:00 |
|
Ben Winslow
|
2a3f80a82c
|
[senseair] Discard 0 ppm readings with "Out Of Range" bit set. (#10275)
|
2025-08-18 14:09:42 +12:00 |
|
J. Nick Koston
|
89732f30f4
|
[libretiny] Optimize preferences is_changed() by replacing temporary vector with unique_ptr
|
2025-08-17 18:46:53 -04:00 |
|
J. Nick Koston
|
c56fd00a7c
|
cleanup
|
2025-08-17 16:28:32 -04:00 |
|