From 17db6bee3c0034c2412109621211f8c78ebf8cf0 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Sat, 13 Dec 2025 12:03:12 +0900 Subject: [PATCH] Update esphome/__main__.py Co-authored-by: J. Nick Koston --- esphome/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/__main__.py b/esphome/__main__.py index 75f06fb9fe..b8e1055b70 100644 --- a/esphome/__main__.py +++ b/esphome/__main__.py @@ -526,7 +526,7 @@ def compile_program(args: ArgsProtocol, config: ConfigType) -> int: return 0 if idedata is not None else 1 -def _check_and_emit_buildinfo(): +def _check_and_emit_buildinfo() -> None: """Check if firmware was rebuilt and emit buildinfo.""" import json