J. Nick Koston
af69ca58c6
Merge branch 'many_mesh_still_blocked_loop' into integration
2026-01-03 07:26:03 -10:00
J. Nick Koston
1d323c2d71
[api] Remove deprecated password authentication ( #12819 )
2026-01-03 07:14:48 -10:00
J. Nick Koston
167a42aa27
[api] Use StringRef in send_action_response and send_execute_service_response ( #12658 )
2026-01-02 14:11:45 -10:00
J. Nick Koston
4cb066bcbf
[api] Use StringRef in handle_action_response to avoid temporary string ( #12655 )
2026-01-02 14:05:50 -10:00
J. Nick Koston
d357a62fec
Merge branch 'api_avoid_copies' into integration
2025-12-30 10:42:26 -10:00
J. Nick Koston
3e8857b358
tweaks
2025-12-30 10:32:06 -10:00
J. Nick Koston
dc51abbd82
Merge branch 'get_peername_stack_save_ram' into integration
2025-12-27 18:18:55 -10:00
J. Nick Koston
1290929684
tweak
2025-12-27 18:14:11 -10:00
J. Nick Koston
d2bab26e67
tweak
2025-12-27 18:05:26 -10:00
J. Nick Koston
ce71e7bccd
Merge branch 'get_peername_stack_save_ram' into integration
2025-12-27 17:10:50 -10:00
J. Nick Koston
f4cb379d6b
tweaks
2025-12-27 17:01:10 -10:00
J. Nick Koston
d490594609
Merge remote-tracking branch 'upstream/response_api' into integration
2025-12-25 14:51:28 -10:00
J. Nick Koston
8715a60b7a
[api] Use StringRef in send_action_response and send_execute_service_response
2025-12-25 14:48:19 -10:00
J. Nick Koston
6af34f1e2a
Merge remote-tracking branch 'upstream/handle_action_response_opt' into integration
2025-12-25 14:20:28 -10:00
J. Nick Koston
a3ec57eaf4
[api] Use StringRef in handle_action_response to avoid temporary string
2025-12-25 14:01:40 -10:00
J. Nick Koston
7c739592a8
Merge branch 'dev' into get_peername_stack_save_ram
2025-12-25 09:02:44 -10:00
J. Nick Koston
a015cbedfe
Merge branch 'dev' into api_avoid_copies
2025-12-21 22:03:47 -10:00
J. Nick Koston
da8c4cd654
Merge remote-tracking branch 'upstream/dev' into integration
2025-12-21 12:13:04 -10:00
Douwe
39926909af
[water_heater] (1/4) Implement API/Core/component for new water_heater component ( #12498 )
...
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+github@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
Co-authored-by: J. Nick Koston <nick@koston.org >
2025-12-21 11:36:34 -10:00
J. Nick Koston
92157c89bc
cleanup
2025-12-19 06:29:57 -10:00
J. Nick Koston
25f83384a4
cleanup
2025-12-19 06:29:36 -10:00
J. Nick Koston
86119c3439
Merge branch 'get_peername_stack_save_ram' into integration
2025-12-18 22:18:00 -10:00
J. Nick Koston
cf404c34d0
[api] Use stack buffers for peername logging to reduce per-connection memory
2025-12-18 22:13:27 -10: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
72c74bc0b3
[api] Store Home Assistant state subscriptions in flash instead of heap ( #12008 )
2025-12-09 16:26:11 +01: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
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
J. Nick Koston
71dc402a30
[logger] Replace std::function callbacks with LogListener interface ( #12153 )
2025-11-28 04:00:33 +00: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
7abb6d4998
[core] Implement Global Controller Registry to reduce RAM usage ( #11772 )
2025-11-09 17:34:08 -06:00
J. Nick Koston
531b27582a
[network] Store use_address in RODATA to save RAM ( #11707 )
2025-11-05 10:52:10 +13:00
Jesse Hills
2c1927fd12
[api] Allow clearing noise psk if dynamically set ( #11429 )
2025-10-22 14:24:56 +13:00
Jesse Hills
a62c7a03dd
[api] Add support for getting action responses from home-assistant ( #10948 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: J. Nick Koston <nick@koston.org >
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2025-10-08 20:47:36 +13:00
J. Nick Koston
f2aa5a754c
[api] Remove ClientInfo::get_combined_info() to eliminate heap fragmentation ( #10970 )
2025-10-02 12:44:30 +13:00
J. Nick Koston
6018f5f5d1
[api] Add configurable connection limits ( #10939 )
2025-09-30 22:24:19 +13:00
J. Nick Koston
a56d044d98
[api] Prevent API from overriding noise encryption keys set in YAML ( #10927 )
2025-09-28 22:42:58 -05:00
Keith Burzinski
9dd6be4061
[zwave_proxy, api] Add notification message when Z-Wave HomeID changes ( #10860 )
2025-09-27 17:50:18 -05:00
Jesse Hills
63326cbd6d
[api] Rename HomeassistantServiceResponse to HomeassistantActionRequest ( #10839 )
...
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 >
Co-authored-by: Keith Burzinski <kbx81x@gmail.com >
2025-09-23 17:58:24 -05:00
J. Nick Koston
d0d7abb542
Implement zero-copy for strings in base API calls ( #10851 )
2025-09-23 16:15:28 -05:00
J. Nick Koston
05f6d01cbe
[api] Add conditional compilation for Home Assistant service subscriptions ( #9900 )
2025-07-27 18:35:35 -10:00
J. Nick Koston
a9d6ece752
[api] Add conditional compilation for Home Assistant state subscriptions ( #9898 )
2025-07-26 01:28:44 -05:00
J. Nick Koston
c74f12be98
[api] Use C++17 nested namespace syntax ( #9856 )
2025-07-24 07:15:42 +00:00
J. Nick Koston
5b5982cfdd
[api] Reduce memory usage by eliminating duplicate client info strings ( #9740 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-07-21 11:34:59 +12:00
J. Nick Koston
f5afe1145e
Refactor API send_message from template to non-template implementation ( #9561 )
2025-07-18 10:28:14 +12:00
J. Nick Koston
40935f7ae4
Skip API log message calls for unsubscribed log levels ( #9514 )
2025-07-16 13:43:55 +12:00
J. Nick Koston
e152690867
Optimize API component LOGCONFIG usage for flash memory savings ( #9526 )
2025-07-16 13:42:55 +12:00
J. Nick Koston
bfaf2547e3
Reduce API component flash usage by consolidating error logging ( #9468 )
2025-07-16 13:15:23 +12:00
J. Nick Koston
5c2dea79ef
Make API ConnectRequest optional for passwordless connections ( #9445 )
2025-07-16 13:14:43 +12:00