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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user