J. Nick Koston
|
58911dc8bc
|
Cover the missing-hook raise and the analyze-memory refusal
|
2026-08-20 21:01:14 -05:00 |
|
J. Nick Koston
|
a17300a4bb
|
Merge branch 'esp8266-native-ninja-emission' into esp8266-arduino-toolchain
|
2026-08-20 20:53:32 -05:00 |
|
J. Nick Koston
|
6b6344b454
|
Cover the healthy post-compile idedata path
|
2026-08-20 20:53:30 -05:00 |
|
J. Nick Koston
|
a997b306ea
|
Merge branch 'esp8266-native-ninja-emission' into esp8266-arduino-toolchain
|
2026-08-20 20:46:31 -05:00 |
|
J. Nick Koston
|
91eed262c8
|
Repr zero-arg script exceptions, surface a None idedata after an IDF build
|
2026-08-20 20:46:15 -05:00 |
|
J. Nick Koston
|
7aaa874150
|
Merge branch 'esp8266-native-ninja-emission' into esp8266-arduino-toolchain
# Conflicts:
# tests/unit_tests/test_main.py
|
2026-08-20 19:26:19 -05:00 |
|
J. Nick Koston
|
5bd328e6c4
|
Fail on a declared-but-absent extraScript, warn once per unsupported env method, split and widen tests
|
2026-08-20 19:25:33 -05:00 |
|
J. Nick Koston
|
8e63fa3c2a
|
Merge branch 'esp8266-native-ninja-emission' into esp8266-arduino-toolchain
# Conflicts:
# tests/unit_tests/test_main.py
|
2026-08-20 18:41:07 -05:00 |
|
J. Nick Koston
|
790c6d6353
|
Drop the never-hitting parse memo, guard the post-compile idedata refresh, pin the kind map
|
2026-08-20 18:40:29 -05:00 |
|
J. Nick Koston
|
d6a9fd5238
|
Adopt the shared toolchain check, dedupe the native-module dispatch, and complete the trigger set
|
2026-08-20 14:32:31 -05:00 |
|
J. Nick Koston
|
7065beaabc
|
Cover the native toolchain dispatch branches in idedata and analyze-memory
|
2026-08-20 01:53:50 -05:00 |
|
J. Nick Koston
|
3ae229f218
|
Fix analyze-memory test path expectations on Windows
|
2026-08-20 01:38:21 -05:00 |
|
J. Nick Koston
|
5df08d36be
|
Address review: wire analyze-memory and idedata for the native toolchain, warn on ignored platformio_options, verify downloads, surface silent failures
|
2026-08-20 01:34:15 -05:00 |
|
J. Nick Koston
|
60b7b874f1
|
Address review: route versioned bare libraries to the registry, deterministic MMU order, scoped toolchain branches, diagnostics
|
2026-08-20 00:00:51 -05:00 |
|
J. Nick Koston
|
3fe9cac1fc
|
Apply review cleanups to the native ESP8266 toolchain
|
2026-08-19 23:13:30 -05:00 |
|
J. Nick Koston
|
8811224c0e
|
Add full test coverage for the native ESP8266 toolchain
|
2026-08-19 22:59:05 -05:00 |
|
 J. Nick KostonandGitHub
|
787a909aa4
|
[core] Don't block logs startup on MQTT IP discovery when addresses are known (#18313)
|
2026-08-13 12:11:32 +12:00 |
|
 J. Nick KostonandGitHub
|
22153be4cd
|
[core] Add esphome logs over web_server HTTP SSE (#17110)
|
2026-08-12 22:00:07 +12:00 |
|
 
|
be5e28ea9e
|
[core] Warn when running a different source tree than the one you are in (#18288)
Co-authored-by: J. Nick Koston <nick@koston.org>
|
2026-08-11 21:06:57 -04:00 |
|
 J. Nick KostonandGitHub
|
eb0fac9cbf
|
[core] Only snapshot the user config when esphome config --no-defaults asks for it (#18113)
|
2026-08-05 21:20:52 -05:00 |
|
 J. Nick KostonandGitHub
|
524b278811
|
[core] Defer stdlib imports out of the upload and logs fast path (#18105)
|
2026-08-05 19:09:00 -05:00 |
|
 J. Nick KostonandGitHub
|
a2d1f73bca
|
[core] Defer voluptuous and bundle imports out of the upload and logs fast path (#18093)
|
2026-08-05 20:39:19 +00:00 |
|
 J. Nick KostonandGitHub
|
253ecdd145
|
[core] Resolve the stacktrace decoder lazily behind an address gate (#18048)
|
2026-08-05 14:34:16 -05:00 |
|
 J. Nick KostonandGitHub
|
6bcbdd79c3
|
[core] Lift the log line processor into esphome/stacktrace.py (#18076)
|
2026-08-05 08:43:14 -05:00 |
|
 J. Nick KostonandGitHub
|
d47acf5d0b
|
[core] Read the mqtt IP discovery flag without importing the mqtt component (#18066)
|
2026-08-04 15:12:57 -05:00 |
|
 J. Nick KostonandGitHub
|
d344fd74d1
|
[core] Read the esp32 variant for esptool without importing the esp32 package (#18067)
|
2026-08-04 19:47:07 +00:00 |
|
 J. Nick KostonandGitHub
|
342f3d6994
|
[core] Share the stacktrace analyzer resolution in platform_hooks (#18075)
|
2026-08-04 14:38:28 -05:00 |
|
 J. Nick KostonandGitHub
|
5abd100b53
|
[core] Resolve platform CLI hooks from a registry instead of importing the platform package (#18044)
|
2026-08-04 11:08:56 -05:00 |
|
 J. Nick KostonandGitHub
|
4424af8c5b
|
[api] Move runtime log client out of the component package (#18043)
|
2026-08-03 19:57:52 -05:00 |
|
 J. Nick KostonandGitHub
|
37be04f58e
|
[core] Reduce memory footprint of esphome upload (#17684)
|
2026-07-21 12:21:12 -10:00 |
|
 J. Nick KostonandGitHub
|
cd8d76fa34
|
[esp8266] Fail fast when Rosetta 2 is missing on Apple Silicon Macs (#17737)
|
2026-07-21 08:17:01 +12:00 |
|
 J. Nick KostonandGitHub
|
500d4aa9e9
|
[wireguard] Mark private keys sensitive, stop redacting public keys (#17736)
|
2026-07-20 20:13:56 +00:00 |
|
 J. Nick KostonandGitHub
|
c0636e2bf7
|
[core] Make config-hash independent of machine-local paths (#17523)
|
2026-07-11 14:30:47 -10:00 |
|
 
|
cdd334284e
|
[rp2] Rename rp2040 platform to rp2 (#17145)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
|
2026-07-07 08:20:24 +12:00 |
|
 Jonathan SwobodaandGitHub
|
0fb100f2d1
|
[core] Suppress unactionable legacy-redaction warning for substitutions (#17242)
|
2026-06-27 18:05:00 -04:00 |
|
 Jesse HillsandGitHub
|
225d426d95
|
[core] Use CORE.is_* platform helpers in __main__ (#17144)
|
2026-06-23 08:40:16 -04:00 |
|
 Jesse HillsandGitHub
|
d0e3e98d55
|
[dashboard] Remove legacy web dashboard (#17124)
|
2026-06-22 09:33:27 +12:00 |
|
 J. Nick KostonandGitHub
|
921758f87d
|
[core] Clarify resolve error when a device has no network log/OTA transport (#17107)
|
2026-06-21 15:00:55 -05:00 |
|
 Jonathan SwobodaandGitHub
|
53e85e07d4
|
[esp32] Support esphome idedata with the native ESP-IDF toolchain (#17040)
|
2026-06-18 15:56:21 -04:00 |
|
 
|
bd9375117a
|
[core] Honor transferred address cache in has_resolvable_address (#17025)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
2026-06-17 22:11:24 -05:00 |
|
 
|
dafc3560dd
|
[tests] Isolate ESPHOME_LOG_STATES in main logs-states tests (#16905)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
|
2026-06-10 07:44:58 -04:00 |
|
 Jesse HillsandGitHub
|
93f25258ee
|
[config] Add --no-defaults flag to config command (#16718)
|
2026-06-04 14:08:36 +12:00 |
|
 Clyde StubbsandGitHub
|
d7d20f4f6b
|
[cli] Allow state reporting control via env (#16746)
|
2026-06-02 07:04:35 +10:00 |
|
 J. Nick KostonandGitHub
|
21e548f1d7
|
[core] Sensitive redaction via yaml_util representer (#16690)
|
2026-05-27 09:20:50 -05:00 |
|
 J. Nick KostonandGitHub
|
489cf483d0
|
[core] Enable ruff PYI (flake8-pyi) lint family (#16654)
|
2026-05-25 20:55:35 -05:00 |
|
  
|
76d3433425
|
[cli] Add config-hash command (#15548)
Co-authored-by: J. Nick Koston <nick@koston.org>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
|
2026-05-12 20:43:48 +00:00 |
|
 Clyde StubbsandGitHub
|
4ff946ac15
|
[cli] Add --no-states flag to run command (#16366)
|
2026-05-12 07:52:07 -04:00 |
|
 Jonathan SwobodaandGitHub
|
e4d9786f00
|
[core] Move platformio files to subfolder (#16347)
|
2026-05-11 21:34:47 +12:00 |
|
 ![pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>](/assets/img/avatar_default.png)   
|
e9cc10fedc
|
[core] Native idf full support (#14678)
Co-authored-by: Jonathan Swoboda <154711427+swoboda1337@users.noreply.github.com>
Co-authored-by: Jonathan Swoboda <swoboda1337@users.noreply.github.com>
Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
|
2026-05-11 02:12:07 +00:00 |
|
 J. Nick KostonandGitHub
|
66e2dcffc4
|
[cli] Tighten command_rename: scoped name rewrite, target-collision check (#16296)
|
2026-05-11 13:00:09 +12:00 |
|