J. Nick Koston
43b3167cff
Merge remote-tracking branch 'origin/dev' into esp8266-native-build-spec
2026-09-17 08:46:08 -05:00
J. Nick Koston
7d17efc15f
[espidf] Emit json2 size data so the link edge is not blocked ( #18848 )
2026-09-17 08:35:46 -05:00
J. Nick Koston
5884b4c01b
Merge remote-tracking branch 'origin/dev' into esp8266-native-build-spec
2026-09-16 09:29:06 -05:00
J. Nick Koston
4714b77f45
[core] Construct App without value initialization ( #19109 )
2026-09-16 20:37:28 +12:00
J. Nick Koston
57860dc06c
[core] Add register_simple_action and register_parented_action helpers ( #19321 )
2026-09-15 16:10:46 -05:00
Christopher Pruijsen and J. Nick Koston
457bb3ecc9
[file] Keep resolved image paths as Path so config-hash normalizes them ( #19267 )
...
Co-authored-by: J. Nick Koston <nick@home-assistant.io >
2026-09-15 11:33:33 -05:00
J. Nick Koston
cf398ea8b2
[core] Resolve file paths against the YAML file that declares them ( #19259 )
2026-09-13 17:27:03 -05:00
J. Nick Koston
fc8611a212
[noise] Bump noise-c to 0.1.30 and libsodium to 1.10021.11 ( #19062 )
2026-09-14 09:14:26 +12:00
Clyde Stubbs
5bbfe12e4f
[core] Isolate contextvars per task in the coroutine runner ( #19238 )
2026-09-13 13:38:27 +10:00
J. Nick Koston
eed19f5eca
Merge remote-tracking branch 'origin/dev' into esp8266-native-build-spec
2026-09-12 08:41:47 -05:00
Clyde Stubbs and Claude Sonnet 5
eecea15f4f
[core][lvgl] Migrate codegen helpers from LVGL to core code ( #19105 )
...
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com >
2026-09-11 23:42:08 +00:00
J. Nick Koston
37e9b2b7af
[remote_base] Make protocol methods non-virtual and size receiver lists from codegen ( #19084 )
2026-09-11 14:12:40 -05:00
Jesse Hills
5ed59af920
[template] Surface value metadata on template entity forms ( #17545 )
2026-09-10 14:11:13 +12:00
J. Nick Koston
6c5ab89d5f
[esphome][core] Give a lost OTA chunk ack time to be retransmitted ( #19041 )
2026-09-09 09:08:16 +12:00
J. Nick Koston
8f511a365a
[noise] Bump noise-c to 0.1.26 and libsodium to 1.10021.8 ( #19030 )
2026-09-09 09:07:06 +12:00
J. Nick Koston
4557c7f0e8
Merge remote-tracking branch 'origin/dev' into esp8266-native-build-spec
2026-09-08 18:02:15 +02:00
J. Nick Koston
53075e4139
[core] Skip PlatformIO's private-package authorization probe ( #18823 )
2026-09-08 16:42:30 +12:00
Jesse Hills
94e5c3839d
[udp] Use cv.invalid for relocated packet_transport options ( #19032 )
2026-09-08 16:17:22 +12:00
Jesse Hills
d58b37faa1
[esp32_hosted] Add ESP-NOW-over-hosted shim for the ESP32-P4 ( #17712 )
2026-09-07 10:29:20 +12:00
J. Nick Koston
8966567be0
[core] Show the other downloader's progress while a prefetch job waits on its lock ( #18983 )
2026-09-07 10:28:31 +12:00
J. Nick Koston
688af60cbf
[noise] Bump noise-c to 0.1.24 and libsodium to 1.10021.6 ( #18989 )
2026-09-07 10:12:52 +12:00
J. Nick Koston
833dd0e812
[ota] Offer encryption with the api key so enabling it works over OTA ( #18979 )
2026-09-06 23:59:40 +02:00
J. Nick Koston
417e1793c6
Merge remote-tracking branch 'origin/dev' into esp8266-native-build-spec
2026-09-03 23:46:42 +02:00
J. Nick Koston and pre-commit-ci-lite[bot]
f65ab5629e
[esp8266] Drop Arduino framework versions before 3.0.0 ( #18917 ) to
...
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
2026-09-03 15:16:36 -04:00
J. Nick Koston
0f05adbb4f
Merge remote-tracking branch 'origin/dev' into esp8266-native-build-spec
2026-09-02 11:17:14 +02:00
J. Nick Koston and Jesse Hills
3f68930001
[ota] Add Noise encryption to the OTA platform ( #18489 )
...
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com >
2026-09-02 08:11:57 +12:00
J. Nick Koston
d6758377d1
[core] Clone git libraries in parallel in the library prefetch ( #18836 )
2026-09-01 14:25:58 +12:00
J. Nick Koston
0f982f03b2
[core] Prefetch tool-scons by PlatformIO's core spec ( #18831 )
2026-09-01 11:55:53 +12:00
J. Nick Koston
ad69718ecc
[core] Configure the platform again after prefetching its packages ( #18830 )
2026-08-31 13:01:13 -05:00
J. Nick Koston
2f1d3f8299
[core] Deduplicate the host program path lookup ( #18897 )
2026-08-30 17:34:16 -05:00
J. Nick Koston
ab680c2849
Merge remote-tracking branch 'origin/dev' into esp8266-native-build-spec
2026-08-30 14:57:39 -05:00
J. Nick Koston
6957576867
[esp32] Skip full rebuild on sdkconfig change with the esp-idf toolchain ( #18876 )
2026-08-29 03:09:12 +00:00
J. Nick Koston
3fea080ed8
[core] Hash downloaded file paths at the default data dir location ( #18824 )
2026-08-28 21:08:15 -05:00
J. Nick Koston
77d326a662
Merge remote-tracking branch 'origin/dev' into esp8266-native-build-spec
2026-08-28 20:41:30 -05:00
Clyde Stubbs
c9848d8fa6
[light] Fix gamma table dead zone collapsing to 0 ( #18845 )
2026-08-29 08:37:20 +10:00
J. Nick Koston
6e8109b99c
Merge remote-tracking branch 'origin/dev' into esp8266-native-build-spec
2026-08-28 13:51:59 -05:00
J. Nick Koston
0dce7f4845
[esp8266] Add the native library backend ( #18558 )
2026-08-28 13:50:52 -05:00
J. Nick Koston
4333870590
[core] Use uv for the ESP-IDF Python environment when available ( #18838 )
2026-08-28 13:43:48 -05:00
J. Nick Koston
cc41fd0beb
[core] Make rmtree tolerate missing paths and concurrent directory changes ( #18846 )
2026-08-28 13:42:42 -05:00
J. Nick Koston
6767e43022
Merge branch 'esp8266-native-library-backend' into esp8266-native-build-spec
2026-08-26 22:05:32 -05:00
J. Nick Koston
178ff2c3ef
Merge remote-tracking branch 'origin/dev' into esp8266-native-library-backend
2026-08-26 22:05:10 -05:00
J. Nick Koston
b99e7f5ae2
[core] Install prefetched PlatformIO packages with parallel extraction ( #18775 )
2026-08-27 03:02:02 +00:00
J. Nick Koston
2104096f02
[core] Prefetch PlatformIO packages in parallel ( #18769 )
2026-08-27 14:42:30 +12:00
J. Nick Koston
79a72efee7
Merge branch 'esp8266-native-library-backend' into esp8266-native-build-spec
2026-08-25 23:42:30 -05:00
J. Nick Koston
21fd74b201
Tighten the review-round edges
...
Only IncompatiblePlatform counts as a knowing skip; other malformed
manifest data stays out of the satisfied set so the reconciliation can
still flag a broken promise. Backend-provided names are recorded before
the manifest-name evidence so the overlap warns once, in the backend's
own suppression loop. ar runs rcs/qs so the symbol index is explicit,
and the copy shim prints and returns 1 like its siblings instead of
re-raising.
2026-08-25 23:42:13 -05:00
J. Nick Koston
9baff76520
[api] Treat homeassistant.event variables as lambdas ( #18759 )
2026-08-26 16:29:14 +12:00
J. Nick Koston
a75d6768ab
Merge branch 'esp8266-native-library-backend' into esp8266-native-build-spec
2026-08-25 23:16:32 -05:00
J. Nick Koston
b957fb0712
Keep the missing-manifest diagnostic at debug
...
The legacy manifest-less layout is legal and the 3.1.2 core ships one
such library (FSTools), so the warning would be unactionable noise; a
test now pins the level.
2026-08-25 23:16:18 -05:00
J. Nick Koston
ce909f68b3
Merge branch 'esp8266-native-library-backend' into esp8266-native-build-spec
2026-08-25 22:53:02 -05:00
J. Nick Koston
3fa4d478e5
Fail by name on a corrupt bundled manifest; name the recording side effect
...
A truncated bundled library.json now raises the module's named error
with the clean-all hint instead of a raw JSONDecodeError. The renamed
_reconcile_versionless_skips advertises that it records into
backend.provided_requests. Two real-converter tests gain the
registry-guard patch their siblings use so a regression fails offline.
2026-08-25 22:52:39 -05:00