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