From 2ff3280e8c54acf9281ea90fb7b45ad4cc9fba9c Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sat, 1 Nov 2025 03:09:13 -0500 Subject: [PATCH] DNM: Test CI --- esphome/components/api/api_connection.cpp | 1 + script/helpers.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/esphome/components/api/api_connection.cpp b/esphome/components/api/api_connection.cpp index 382c4acc16..10f022c9ed 100644 --- a/esphome/components/api/api_connection.cpp +++ b/esphome/components/api/api_connection.cpp @@ -1,3 +1,4 @@ +// X: #include "api_connection.h" #ifdef USE_API #ifdef USE_API_NOISE diff --git a/script/helpers.py b/script/helpers.py index ffde5626c6..8711d60fdf 100644 --- a/script/helpers.py +++ b/script/helpers.py @@ -768,7 +768,6 @@ def get_components_graph_cache_key() -> str: Returns: SHA256 hex string uniquely identifying the current component state """ - # Use git ls-files -s to get sha1 hashes of all component __init__.py files # Format: # This is fast and works consistently across CI and local dev