J. Nick Koston
|
fa05018b2c
|
Merge branch 'object_id_no_ram' into integration
|
2025-12-25 22:26:56 -10:00 |
|
J. Nick Koston
|
0ec741c425
|
one more case
|
2025-12-23 00:48:25 -10:00 |
|
J. Nick Koston
|
1beec0ecf1
|
bug for bug compat
|
2025-12-23 00:05:12 -10:00 |
|
J. Nick Koston
|
da8e23f968
|
more cover
|
2025-12-22 21:58:58 -10:00 |
|
J. Nick Koston
|
3e1db740ea
|
cover
|
2025-12-22 21:40:10 -10:00 |
|
J. Nick Koston
|
452246e1c5
|
[core] Remove object_id RAM storage - no longer in hot path after #12627
|
2025-12-22 20:01:57 -10:00 |
|
J. Nick Koston
|
a799ac6488
|
[syslog] Eliminate heap allocations in log path (#12589)
|
2025-12-21 07:10:27 -10:00 |
|
J. Nick Koston
|
d6cf80f95a
|
Merge remote-tracking branch 'origin/syslog_no_heap' into integration
|
2025-12-20 11:26:06 -10:00 |
|
J. Nick Koston
|
589942f52c
|
simplify logic
|
2025-12-20 11:11:54 -10:00 |
|
J. Nick Koston
|
43046b2c55
|
Merge remote-tracking branch 'origin/syslog_no_heap' into integration
|
2025-12-20 10:31:48 -10:00 |
|
J. Nick Koston
|
c22eff24d8
|
[syslog] Eliminate heap allocations in log path
|
2025-12-20 10:24:46 -10:00 |
|
J. Nick Koston
|
ada6c42f3f
|
[alarm_control_panel] Remove redundant per-state callbacks (#12171)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-12-19 11:48:14 -10: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
|
1fb89e5223
|
Merge branch 'buildinfo' into integration
|
2025-12-17 13:27:58 -10:00 |
|
David Woodhouse
|
a5ff374540
|
Merge branch 'dev' of github.com:esphome/esphome into buildinfo
|
2025-12-15 23:12:40 +00:00 |
|
J. Nick Koston
|
682acf81b2
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2025-12-15 15:35:46 -06:00 |
|
David Woodhouse
|
839139df36
|
Add FNV-1a hash functions (#12502)
|
2025-12-15 20:23:54 +00:00 |
|
J. Nick Koston
|
ba0f559856
|
better cover
|
2025-12-13 10:10:24 -06:00 |
|
J. Nick Koston
|
67937aeda4
|
tests
|
2025-12-13 08:55:26 -06:00 |
|
J. Nick Koston
|
16a532f565
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2025-12-12 11:39:31 -06:00 |
|
J. Nick Koston
|
7a9fce90cb
|
[text] Add integration tests for text command API (#12401)
|
2025-12-10 12:13:40 -05:00 |
|
J. Nick Koston
|
efbdbc63d0
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2025-12-10 01:36:11 +01:00 |
|
J. Nick Koston
|
3642399460
|
[tests] Fix clang-tidy warnings in custom_api_device_component fixture (#12390)
|
2025-12-10 00:50:26 +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
|
acda5bcd5a
|
[text] Add component tests with pattern coverage (#12345)
|
2025-12-07 14:34:12 -06:00 |
|
J. Nick Koston
|
e7a3cccb4d
|
[text_sensor] Reduce filter memory usage using const char* (#12334)
|
2025-12-07 13:30:06 -06:00 |
|
J. Nick Koston
|
40f865e185
|
Merge branch 'text_pattern' into integration
|
2025-12-07 13:21:55 -06:00 |
|
J. Nick Koston
|
789faca7c4
|
[text] Store pattern as const char* to reduce memory usage
|
2025-12-06 23:50:48 -06:00 |
|
J. Nick Koston
|
02fcd83461
|
Merge branch 'text_sensor_filters_no_alloc' into integration
|
2025-12-06 22:55:54 -06:00 |
|
J. Nick Koston
|
49e7ccd937
|
[text_sensor] Use StringRef for filter static data to avoid heap allocation
|
2025-12-06 22:25:00 -06:00 |
|
J. Nick Koston
|
f23428fbaf
|
Merge remote-tracking branch 'upstream/dev' into integration
|
2025-12-06 14:10:44 -06: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
|
aba883a7a7
|
Merge branch 'retry_no_double_copy' into integration
|
2025-12-05 20:52:07 -06:00 |
|
Clyde Stubbs
|
6716194e47
|
[binary_sensor] Fix reporting of 'unknown' (#12296)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2025-12-05 16:59:29 -06:00 |
|
J. Nick Koston
|
5142ff372b
|
[light] Use listener pattern for state callbacks with lazy allocation (#12166)
|
2025-12-02 10:01:54 -06:00 |
|
J. Nick Koston
|
10ddebc737
|
[text_sensor] Avoid duplicate string storage when no filters configured (#12205)
|
2025-12-01 22:17:31 -06:00 |
|
J. Nick Koston
|
0e8e0ca9a8
|
Merge branch 'action_response_error_ref' into integration
|
2025-12-01 16:29:34 -06:00 |
|
J. Nick Koston
|
73f3cf9703
|
[api] Use StringRef for ActionResponse error message to avoid copy
|
2025-12-01 16:25:06 -06:00 |
|
J. Nick Koston
|
7b541e3d80
|
Merge branch 'integration' into memory_api
|
2025-11-30 17:19:49 -06:00 |
|
J. Nick Koston
|
eebfa6584c
|
Merge branch 'text_sensor_dupe_storage' into integration
|
2025-11-30 17:19:43 -06:00 |
|
J. Nick Koston
|
e8f6f86a02
|
cover
|
2025-11-30 17:17:15 -06:00 |
|
J. Nick Koston
|
82e1238330
|
[lock] Refactor trigger classes to template and add integration tests (#12193)
|
2025-11-30 17:09:02 -06:00 |
|
J. Nick Koston
|
415c56e324
|
Merge branch 'integration' into memory_api
|
2025-11-29 18:21:24 -06:00 |
|
J. Nick Koston
|
ffdc391c7b
|
Merge branch 'lock_cleanups' into integration
|
2025-11-29 18:21:00 -06:00 |
|
J. Nick Koston
|
a80435af0f
|
[lock] Refactor trigger classes to template and add integration tests
|
2025-11-29 18:20:18 -06:00 |
|
J. Nick Koston
|
8a90fa302e
|
Merge branch 'integration' into memory_api
|
2025-11-28 16:57:14 -06:00 |
|
J. Nick Koston
|
83dd53954b
|
Merge branch 'alarm_control_panel_reduce_complexity' into integration
|
2025-11-28 16:57:04 -06:00 |
|
J. Nick Koston
|
2060ed0a92
|
tests
|
2025-11-28 16:32:28 -06:00 |
|
J. Nick Koston
|
30ee14813f
|
cover
|
2025-11-28 12:48:41 -06:00 |
|