1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-17 07:15:48 +00:00

DNM: Test CI

This commit is contained in:
J. Nick Koston
2025-11-01 03:09:13 -05:00
parent fe0d9828a8
commit 2ff3280e8c
2 changed files with 1 additions and 1 deletions

View File

@@ -1,3 +1,4 @@
// X:
#include "api_connection.h" #include "api_connection.h"
#ifdef USE_API #ifdef USE_API
#ifdef USE_API_NOISE #ifdef USE_API_NOISE

View File

@@ -768,7 +768,6 @@ def get_components_graph_cache_key() -> str:
Returns: Returns:
SHA256 hex string uniquely identifying the current component state SHA256 hex string uniquely identifying the current component state
""" """
# Use git ls-files -s to get sha1 hashes of all component __init__.py files # Use git ls-files -s to get sha1 hashes of all component __init__.py files
# Format: <mode> <sha1> <stage> <path> # Format: <mode> <sha1> <stage> <path>
# This is fast and works consistently across CI and local dev # This is fast and works consistently across CI and local dev