mirror of
https://github.com/esphome/esphome.git
synced 2025-11-16 14:55:50 +00:00
DNM: Test CI
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// X:
|
||||
#include "api_connection.h"
|
||||
#ifdef USE_API
|
||||
#ifdef USE_API_NOISE
|
||||
|
||||
@@ -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: <mode> <sha1> <stage> <path>
|
||||
# This is fast and works consistently across CI and local dev
|
||||
|
||||
Reference in New Issue
Block a user