J. Nick Koston
|
89012f80a9
|
Merge branch 'dev' into api_avoid_copies
|
2025-12-20 06:48:24 -10:00 |
|
J. Nick Koston
|
40eb898814
|
[api] Add zero-copy support for noise encryption key requests (#12405)
|
2025-12-20 06:47:30 -10:00 |
|
J. Nick Koston
|
c9fccdff25
|
[fan] Add zero-copy support for API preset mode commands (#12404)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-19 22:05:52 +00:00 |
|
J. Nick Koston
|
940afdbb12
|
[climate] Add zero-copy support for API custom fan mode and preset commands (#12402)
|
2025-12-19 11:18:50 -10:00 |
|
J. Nick Koston
|
b47b7d43fd
|
[api] Remove unused force parameter from encode_message (#12551)
|
2025-12-18 09:06:16 -07:00 |
|
David Woodhouse
|
9de7df7b5b
|
Add build info to image (#12425)
Co-authored-by: J. Nick Koston <nick+github@koston.org>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-18 00:06:52 +00:00 |
|
J. Nick Koston
|
3ebbc1e769
|
overloads
|
2025-12-15 13:28:59 -06:00 |
|
J. Nick Koston
|
9578a02fe3
|
overloads
|
2025-12-15 13:27:51 -06:00 |
|
J. Nick Koston
|
b956c7798b
|
[api] Avoid string copies in Home Assistant state subscription callbacks
|
2025-12-15 12:45:15 -06:00 |
|
J. Nick Koston
|
74218bc742
|
[api] Release prologue memory after noise handshake completes (#12412)
|
2025-12-10 19:33:22 -06:00 |
|
J. Nick Koston
|
567e82cfec
|
[api] Fix potential buffer overflow in noise PSK base64 decode (#12395)
|
2025-12-10 04:20:23 +01:00 |
|
J. Nick Koston
|
03c391bd43
|
[light] Add zero-copy support for API effect commands (#12384)
|
2025-12-10 04:19:29 +01:00 |
|
J. Nick Koston
|
2c0f4d8f80
|
[api] Reduce heap usage for Home Assistant service call string storage (#12151)
|
2025-12-09 16:35:14 +01:00 |
|
J. Nick Koston
|
72c74bc0b3
|
[api] Store Home Assistant state subscriptions in flash instead of heap (#12008)
|
2025-12-09 16:26:11 +01:00 |
|
J. Nick Koston
|
443f9c3f57
|
[api] Use StringRef for ActionResponse error message to avoid copy (#12240)
|
2025-12-09 16:10:43 +01:00 |
|
J. Nick Koston
|
e1afd65fae
|
[api] Store device info strings in flash on ESP8266 (#12173)
|
2025-12-09 15:59:27 +01:00 |
|
smarthome-10
|
4c31961ae9
|
Update URLs (#12369)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-12-08 14:37:45 -05:00 |
|
J. Nick Koston
|
801d1135ab
|
[select] Add zero-copy support for API select commands (#12329)
|
2025-12-08 10:37:51 -05:00 |
|
Jesse Hills
|
f20aaf3981
|
[api] Device defined action responses (#12136)
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-12-06 09:47:57 -06:00 |
|
J. Nick Koston
|
27fcff2092
|
[api] Simplify MessageCreator to trivially copyable type (#12295)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-05 10:27:41 -06:00 |
|
J. Nick Koston
|
637cb3f04a
|
[api] Use loop-based reboot timeout check to avoid scheduler heap churn (#12291)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-04 19:14:35 -06:00 |
|
J. Nick Koston
|
f9ad832e7b
|
[esp32_camera] Replace std::function callbacks with CameraListener interface (#12165)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-02 09:59:32 -06:00 |
|
Jakub Čermák
|
1f47797007
|
Add MEASUREMENT_ANGLE to SensorStateClass (#12085)
|
2025-11-29 16:26:25 -06:00 |
|
J. Nick Koston
|
fb82362e9c
|
[api] Eliminate rx_buf heap churn and release buffers after initial sync (#12133)
|
2025-11-28 12:13:29 -06:00 |
|
J. Nick Koston
|
71dc402a30
|
[logger] Replace std::function callbacks with LogListener interface (#12153)
|
2025-11-28 04:00:33 +00:00 |
|
J. Nick Koston
|
ffae3501ab
|
[core] Replace seq<>/gens<> with std::index_sequence for code clarity (#11921)
|
2025-11-26 12:44:50 +13:00 |
|
J. Nick Koston
|
697c5f424e
|
[api] Use const char* pointers for light effects to eliminate heap allocations (#12090)
|
2025-11-25 08:17:53 +00:00 |
|
J. Nick Koston
|
c146d92425
|
[api] Remove redundant socket pointer from APIFrameHelper (#11985)
|
2025-11-25 06:53:42 +13:00 |
|
J. Nick Koston
|
c888becfa7
|
[api] Optimize APINoiseContext memory usage by removing shared_ptr overhead (#11981)
|
2025-11-25 06:52:15 +13:00 |
|
Flo
|
09f3f62194
|
[api] Connected Condition - state_subscription_only flag (#11906)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-11-24 11:49:16 -06:00 |
|
J. Nick Koston
|
04ec6a6999
|
[api] Use stack buffer for MAC address in Noise handshake (#12072)
|
2025-11-24 10:23:31 -06:00 |
|
J. Nick Koston
|
056b4375eb
|
[api] Reduce heap allocations in DeviceInfoResponse (#11952)
|
2025-11-24 10:21:47 -06:00 |
|
Jesse Hills
|
a5751b294f
|
[api] Rename USE_API_SERVICES to USE_API_USER_DEFINED_ACTIONS (#12029)
|
2025-11-24 08:13:23 +13:00 |
|
Jonathan Swoboda
|
61cef0a75c
|
[api] Fix format warnings in dump (#11999)
|
2025-11-19 12:58:47 -05:00 |
|
J. Nick Koston
|
735bf9930a
|
[light] Fix dangling reference in compute_color_mode causing memory corruption (#11868)
|
2025-11-13 13:41:28 +13:00 |
|
J. Nick Koston
|
859101ddc9
|
[api][event] Send events immediately to prevent loss during rapid triggers (#11777)
|
2025-11-13 12:42:50 +13:00 |
|
J. Nick Koston
|
5a550cc579
|
[api] Eliminate heap allocations when transmitting Event types (#11773)
|
2025-11-12 14:26:36 -06:00 |
|
J. Nick Koston
|
7abb6d4998
|
[core] Implement Global Controller Registry to reduce RAM usage (#11772)
|
2025-11-09 17:34:08 -06:00 |
|
Ludovic BOUÉ
|
1dabe83d04
|
[nrf52] api (#11751)
|
2025-11-10 11:48:33 +13:00 |
|
J. Nick Koston
|
c77bb3b269
|
[event] Store event types in flash memory (#11767)
|
2025-11-07 15:46:16 -06:00 |
|
J. Nick Koston
|
83f30a64ed
|
[api] Store YAML service names in flash instead of heap (#11744)
|
2025-11-06 15:31:59 +13:00 |
|
J. Nick Koston
|
1446e7174a
|
[core] Reduce action framework argument copies by 83% (#11704)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-11-05 01:23:24 +00:00 |
|
J. Nick Koston
|
6f7e54c3f3
|
[select] Refactor to index-based operations for immediate and future RAM savings (#11623)
|
2025-11-05 11:33:01 +13:00 |
|
J. Nick Koston
|
885508775f
|
[fan] Remove duplicate preset mode storage to save RAM (#11632)
|
2025-11-05 10:55:37 +13:00 |
|
J. Nick Koston
|
531b27582a
|
[network] Store use_address in RODATA to save RAM (#11707)
|
2025-11-05 10:52:10 +13:00 |
|
J. Nick Koston
|
42833c85f5
|
[climate] Replace std::vector<std::string> with const char* for custom fan modes and presets (#11621)
|
2025-11-02 23:16:39 -06:00 |
|
J. Nick Koston
|
3f05fd82e5
|
[fan] Use std::vector for preset modes, preserve config order (#11483)
|
2025-11-03 14:18:59 +13:00 |
|
J. Nick Koston
|
1fc3165b58
|
[api] Remove unnecessary intermediate variable in frame helpers (#11668)
|
2025-11-01 22:43:39 -05:00 |
|
J. Nick Koston
|
f3634edc22
|
[select] Store options in flash to reduce RAM usage (#11514)
|
2025-10-29 15:28:16 +13:00 |
|
J. Nick Koston
|
7ed7e7ad26
|
[climate] Replace std::set with FiniteSetMask for trait storage (#11466)
|
2025-10-29 08:46:44 +13:00 |
|