From fd63a67ad8485b42c7eb23239e7abc17340e1150 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Thu, 23 Apr 2026 14:34:17 -0500 Subject: [PATCH] [ci] Lower import-time budget after lazy-import refactor CI now measures 81.2ms after the zeroconf/writer/yaml_util lazy loads. Reset baseline to 82ms with the 15% margin (ceiling 94.3ms, ~13ms headroom for GHA variance). --- script/import_time_budget.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/import_time_budget.json b/script/import_time_budget.json index 1e656dc977..2f9cac038c 100644 --- a/script/import_time_budget.json +++ b/script/import_time_budget.json @@ -1,5 +1,5 @@ { "target_module": "esphome.__main__", "margin_pct": 15, - "cumulative_us": 123000 + "cumulative_us": 82000 }