J. Nick Koston
|
014722bcbb
|
Merge branch 'dev' into select_options
|
2025-11-03 08:23:34 -06:00 |
|
J. Nick Koston
|
1ec1692c77
|
[mqtt] Fix climate custom fan mode and preset compilation errors (#11692)
|
2025-11-03 08:23:04 -06:00 |
|
Kent Gibson
|
7e1cea8e69
|
[template] alarm_control_panel more ESP_LOGCONFIG reductions (#11691)
|
2025-11-03 08:05:33 -06:00 |
|
J. Nick Koston
|
a6d98cec0b
|
address review comments
|
2025-11-02 23:41:24 -06:00 |
|
J. Nick Koston
|
8e3d53cb03
|
address review comments
|
2025-11-02 23:36:42 -06:00 |
|
J. Nick Koston
|
1150f8e6ba
|
address review comments
|
2025-11-02 23:33:08 -06:00 |
|
tomaszduda23
|
0e792d0791
|
[nrf52,debug] fix status of nRESET pin, add extra registry from UICR (#11667)
Co-authored-by: J. Nick Koston <nick+github@koston.org>
|
2025-11-03 05:20:08 +00:00 |
|
J. Nick Koston
|
55b89faac8
|
Merge branch 'dev' into select_options
|
2025-11-02 23:17:04 -06: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 |
|
dependabot[bot]
|
a41c7b2b3c
|
Bump aioesphomeapi from 42.5.0 to 42.6.0 (#11682)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-11-02 22:16:38 -06:00 |
|
J. Nick Koston
|
4dd3c90663
|
[esp32_ble] Wake main loop for GAP security events (#11677)
|
2025-11-03 15:55:17 +13:00 |
|
J. Nick Koston
|
0f0cd1f706
|
[core] Avoid redundant millis() calls in base_automation loop methods (#11676)
|
2025-11-03 01:40:13 +00:00 |
|
J. Nick Koston
|
4a5e6576c8
|
[scheduler] Refactor call() for improved code organization (#11643)
|
2025-11-03 14:29:29 +13:00 |
|
J. Nick Koston
|
cf76c3a747
|
[web_server_idf] Reduce flash by eliminating temporary string allocations in event formatting (#11658)
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
|
2025-11-03 14:23:03 +13: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
|
34244afea1
|
[esp32_ble] Reduce GATT event latency from 8ms to 12μs with notification socket (#11663)
|
2025-11-03 14:16:26 +13:00 |
|
J. Nick Koston
|
4838eff382
|
[web_server] Use zero-copy entity ID comparison in request handlers (#11644)
|
2025-11-03 14:12:56 +13:00 |
|
J. Nick Koston
|
712421b82b
|
[web_server] Eliminate nested lambdas in DeferredUpdateEventSourceList (#11641)
|
2025-11-03 14:10:18 +13:00 |
|
J. Nick Koston
|
7a1297ec84
|
[web_server] Remove redundant assignment in deq_push_back_with_dedup_ (#11642)
|
2025-11-03 14:08:12 +13:00 |
|
J. Nick Koston
|
40f919eaa6
|
Add action continuation tests (#11674)
|
2025-11-03 14:07:03 +13:00 |
|
J. Nick Koston
|
01ae86145a
|
[ble_client] Fix premature disconnections by reading characteristics immediately after service discovery (#11410)
|
2025-11-03 14:06:40 +13:00 |
|
J. Nick Koston
|
17ab20ef61
|
[esp32_ble] Optimize loop() to reduce flash usage by ~104 bytes (#11627)
|
2025-11-03 14:05:36 +13:00 |
|
J. Nick Koston
|
1509ed8d23
|
[esphome][ota] Add write_byte_() helper to reduce code duplication (#11511)
|
2025-11-03 14:04:06 +13:00 |
|
Clyde Stubbs
|
3e17767f6a
|
[font][image] Use ESPHome urls for remote images (#11675)
|
2025-11-03 00:50:15 +00:00 |
|
Clyde Stubbs
|
19e275dc02
|
[component] Add is_idle method and condition (#11651)
|
2025-11-03 11:33:44 +11:00 |
|
Kjell Braden
|
86402be9e3
|
actions: fix loop re-entry (#7972)
Co-authored-by: Clyde Stubbs <2366188+clydebarrow@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@koston.org>
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@home-assistant.io>
|
2025-11-02 17:02:13 -06:00 |
|
tomaszduda23
|
8a8a80e107
|
[nrf52, zigbee] OnlyWith support list of components (#11533)
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2025-11-02 16:44:52 -06:00 |
|
Juan Antonio Aldea
|
79378a930e
|
Use lists inits initialization instead of std::fill (#11532)
|
2025-11-02 16:26:20 -06:00 |
|
Jimmy Hedman
|
c822ec152f
|
Enable IPv6 for host (#11630)
|
2025-11-02 16:22:49 -06:00 |
|
tomaszduda23
|
50e7ce55e7
|
[nrf52] enable nrf52 test (#11379)
|
2025-11-02 16:20:30 -06:00 |
|
tomaszduda23
|
70ea3af578
|
[nrf52,gpio] switch input gpio to polling mode (#11664)
|
2025-11-02 16:19:28 -06:00 |
|
Guillermo Ruffino
|
338190abec
|
ESP32 Pin loopTask to CORE 1 (#11669)
|
2025-11-02 16:11:02 -06:00 |
|
Edward Firmo
|
425c88ee94
|
[nextion] Send auto_wake_on_touch as part of startup commands on loop (#11670)
|
2025-11-02 16:06:13 -06:00 |
|
Kjell Braden
|
f6946c0b9a
|
add integration test for script re-entry argument issue (#11652)
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
|
2025-11-02 15:08:45 -06:00 |
|
J. Nick Koston
|
edde2fc94c
|
Add basic tests for web_server_idf (#11659)
|
2025-11-02 08:18:17 -06: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
|
d25121a55c
|
[core] Remove redundant fd bounds check in yield_with_select_() (#11666)
|
2025-11-01 22:43:08 -05:00 |
|
tomaszduda23
|
55af818629
|
[nrf52] fix compilation warning (#11656)
|
2025-11-01 11:18:38 -05:00 |
|
J. Nick Koston
|
c662697ca7
|
[json] Fix component test compilation errors (#11647)
|
2025-11-01 11:18:10 -05:00 |
|
J. Nick Koston
|
e28c152298
|
[cpp_generator] Align isinstance() with codebase style (tuple vs PEP 604) (#11645)
|
2025-11-01 20:48:58 +11:00 |
|
Clyde Stubbs
|
0b4d445794
|
[sdl] Fix keymappings (#11635)
|
2025-11-01 17:45:42 +11:00 |
|
Clyde Stubbs
|
4d1d37a911
|
[lvgl] Fix event for binary sensor (#11636)
|
2025-11-01 17:37:07 +11:00 |
|
Clyde Stubbs
|
8df5a3a630
|
[lvgl] Trigger improvements and additions (#11628)
|
2025-11-01 17:27:28 +11:00 |
|
J. Nick Koston
|
5a5894eaa3
|
[ruff] Remove deprecated UP038 rule from ignore list (#11646)
|
2025-11-01 17:05:26 +11:00 |
|
Clyde Stubbs
|
d9d2d2f6b9
|
[automations] Update error message (#11640)
|
2025-11-01 15:17:23 +11:00 |
|
Clyde Stubbs
|
30f2a4395f
|
[image] Catch and report svg load errors (#11619)
|
2025-11-01 11:08:28 +11:00 |
|
dependabot[bot]
|
292abd1187
|
Bump ruff from 0.14.2 to 0.14.3 (#11633)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2025-10-31 19:46:50 +00:00 |
|
Javier Peletier
|
6d0527ff2a
|
[substitutions] fix jinja parsing strings that look like sets as sets (#11611)
|
2025-10-31 14:04:55 -05:00 |
|
dependabot[bot]
|
fd64585f99
|
Bump github/codeql-action from 4.31.0 to 4.31.2 (#11626)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2025-10-30 16:50:06 -05:00 |
|
J. Nick Koston
|
19e1427d92
|
wip
|
2025-10-30 15:40:10 -05:00 |
|