1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-03 20:02:22 +01:00

Ignore secrets.yaml on command line (#2715)

This commit is contained in:
cvwillegen
2021-11-15 20:06:55 +01:00
committed by GitHub
parent 515519bc87
commit b386284180
2 changed files with 9 additions and 8 deletions

View File

@@ -11,6 +11,7 @@ TARGET_PLATFORMS = [PLATFORM_ESP32, PLATFORM_ESP8266]
SOURCE_FILE_EXTENSIONS = {".cpp", ".hpp", ".h", ".c", ".tcc", ".ino"}
HEADER_FILE_EXTENSIONS = {".h", ".hpp", ".tcc"}
SECRETS_FILES = {"secrets.yaml", "secrets.yml"}
CONF_ABOVE = "above"