J. Nick Koston
|
1a5402f35c
|
preen
|
2025-09-02 22:27:40 -05:00 |
|
J. Nick Koston
|
9a6e678621
|
Merge remote-tracking branch 'upstream/dev' into scheduler_pool_v2
|
2025-09-02 21:31:24 -05:00 |
|
J. Nick Koston
|
4e54bd8c45
|
Merge remote-tracking branch 'upstream/dev' into scheduler_pool_v2
|
2025-09-02 21:31:12 -05:00 |
|
J. Nick Koston
|
086f1982fa
|
[core] Use get_device_class_ref() in entity platform logging to avoid string allocations (#10531)
|
2025-09-03 14:26:53 +12:00 |
|
J. Nick Koston
|
5ba1c32242
|
[host] Fix memory allocation in preferences load() method (#10506)
|
2025-09-03 14:26:43 +12:00 |
|
J. Nick Koston
|
d2b23ba3a7
|
[sensor] Change state_class_to_string() to return const char* to avoid allocations (#10533)
|
2025-09-03 14:24:16 +12:00 |
|
J. Nick Koston
|
83fbd77c4a
|
[core] Use get_icon_ref() in entity platform logging to avoid string allocations (#10530)
|
2025-09-03 14:23:46 +12:00 |
|
J. Nick Koston
|
1a054299d4
|
[core] Optimize fnv1_hash to avoid string allocations for static entities (#10529)
|
2025-09-02 21:17:14 -05:00 |
|
J. Nick Koston
|
5aa54bfff4
|
preen
|
2025-09-02 20:30:16 -05:00 |
|
J. Nick Koston
|
91eabc983e
|
cleanup
|
2025-09-02 20:20:02 -05:00 |
|
J. Nick Koston
|
3066afef24
|
fix churn on last itme
|
2025-09-02 20:07:47 -05:00 |
|
J. Nick Koston
|
979a021a27
|
preen
|
2025-09-02 19:55:38 -05:00 |
|
J. Nick Koston
|
e90ae09354
|
preen
|
2025-09-02 19:54:01 -05:00 |
|
J. Nick Koston
|
c8a4a3b752
|
more churn
|
2025-09-02 19:52:44 -05:00 |
|
J. Nick Koston
|
41628d2193
|
improve debug logging
|
2025-09-02 19:47:15 -05:00 |
|
J. Nick Koston
|
be4c8956ad
|
debug
|
2025-09-02 19:39:49 -05:00 |
|
J. Nick Koston
|
6e14050351
|
preen
|
2025-09-02 19:11:14 -05:00 |
|
J. Nick Koston
|
0c5b63c382
|
preen
|
2025-09-02 18:59:54 -05:00 |
|
Jonathan Swoboda
|
e3fb9c2a78
|
[esp32] Remove hardcoding of ulp (#10535)
|
2025-09-02 23:51:17 +00:00 |
|
J. Nick Koston
|
43634257f6
|
fix defer churn
|
2025-09-02 18:43:38 -05:00 |
|
J. Nick Koston
|
d1276dc6df
|
[core] Replace magic coroutine priority numbers with self-documenting CoroPriority enum (#10518)
|
2025-09-02 21:41:50 +00:00 |
|
J. Nick Koston
|
f72f80ed7b
|
cleanup
|
2025-09-02 16:13:51 -05:00 |
|
J. Nick Koston
|
e0e8a982d5
|
improve pool hit rate
|
2025-09-02 16:12:59 -05:00 |
|
J. Nick Koston
|
b009a0f967
|
improve pool hit rate
|
2025-09-02 16:10:28 -05:00 |
|
J. Nick Koston
|
c4efdf5766
|
preen
|
2025-09-02 11:14:43 -05:00 |
|
J. Nick Koston
|
05c71bda91
|
preen
|
2025-09-02 11:10:46 -05:00 |
|
J. Nick Koston
|
ef33f630c2
|
preen
|
2025-09-02 11:07:13 -05:00 |
|
J. Nick Koston
|
3115c6fdbf
|
preen
|
2025-09-02 11:05:42 -05:00 |
|
J. Nick Koston
|
154023f017
|
preen
|
2025-09-02 11:04:42 -05:00 |
|
J. Nick Koston
|
50f5728c76
|
preen
|
2025-09-02 11:00:18 -05:00 |
|
J. Nick Koston
|
4400535775
|
some tests
|
2025-09-02 10:45:59 -05:00 |
|
J. Nick Koston
|
4c12150200
|
debug logging
|
2025-09-02 10:31:27 -05:00 |
|
J. Nick Koston
|
ce4d422da8
|
comments
|
2025-09-02 10:06:51 -05:00 |
|
J. Nick Koston
|
98b8f15576
|
pool scheduler items
|
2025-09-02 08:48:39 -05:00 |
|
J. Nick Koston
|
98c1b01fe7
|
pool scheduler items
|
2025-09-02 08:47:07 -05:00 |
|
Eyal
|
f286bc57f3
|
[core] Fix timezone offset calculation (#10426)
|
2025-09-02 16:45:25 +12:00 |
|
Clyde Stubbs
|
ed48282d09
|
[mcp4461] Fix read transaction (#10465)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-09-02 08:53:03 +12:00 |
|
Clyde Stubbs
|
2ddd8c72d6
|
[mipi_dsi] Fix config for Guition screen (#10464)
|
2025-09-02 08:51:31 +12:00 |
|
Mischa Siekmann
|
d0b4bc48e4
|
[wifi] Guard wifi error cases introduced in IDF5.2 by a version check (#10466)
|
2025-09-02 08:51:03 +12:00 |
|
tomaszduda23
|
77dbe77117
|
[nrf52] fix missing bootloader (#10519)
|
2025-09-01 12:30:02 -05:00 |
|
J. Nick Koston
|
6daeffcefd
|
[bluetooth_proxy] Expose configured scanning mode in API responses (#10490)
|
2025-09-01 13:07:29 +12:00 |
|
J. Nick Koston
|
6d834c019d
|
Fix incorrect entity count due to undefined execution order with globals (#10497)
|
2025-09-01 13:01:15 +12:00 |
|
tomaszduda23
|
905e2906fe
|
[nrf52] add dfu (#9319)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-09-01 10:54:35 +12:00 |
|
Jesse Hills
|
a25b544c3b
|
[display] Allow page actions to have auto generated display id (#10460)
|
2025-09-01 09:22:11 +12:00 |
|
Felix Kaechele
|
da21174c6d
|
[sntp] Use callbacks to trigger on_time_sync for ESP32 and ESP8266 (#10390)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-09-01 09:02:56 +12:00 |
|
DT-art1
|
e29f0ee7f8
|
Add JPEG encoder support via new camera_encoder component (#9459)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
Co-authored-by: J. Nick Koston <nick+github@koston.org>
|
2025-08-31 09:26:15 -05:00 |
|
Jesse Hills
|
983b3cb879
|
[mipi] Add type to models for better type hinting downstream (#10475)
|
2025-08-30 16:43:26 +10:00 |
|
dependabot[bot]
|
fd568d9af3
|
Bump aioesphomeapi from 39.0.0 to 39.0.1 (#10491)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-08-29 10:14:15 -05:00 |
|
Clyde Stubbs
|
ca72286386
|
[lvgl] Update hello world (#10469)
|
2025-08-29 15:42:39 +10:00 |
|
Ben Curtis
|
dea68bebd8
|
Adjust sen5x to match VOC/NOX datasheet (#9894)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2025-08-29 14:00:54 +12:00 |
|