mirror of
https://github.com/esphome/esphome.git
synced 2025-01-31 02:00:55 +00:00
Convert secrets constant to a tuple (#4245)
This commit is contained in:
parent
cf3977f088
commit
2fbd33267e
@ -12,7 +12,7 @@ TARGET_PLATFORMS = [PLATFORM_ESP32, PLATFORM_ESP8266, PLATFORM_RP2040]
|
|||||||
|
|
||||||
SOURCE_FILE_EXTENSIONS = {".cpp", ".hpp", ".h", ".c", ".tcc", ".ino"}
|
SOURCE_FILE_EXTENSIONS = {".cpp", ".hpp", ".h", ".c", ".tcc", ".ino"}
|
||||||
HEADER_FILE_EXTENSIONS = {".h", ".hpp", ".tcc"}
|
HEADER_FILE_EXTENSIONS = {".h", ".hpp", ".tcc"}
|
||||||
SECRETS_FILES = {"secrets.yaml", "secrets.yml"}
|
SECRETS_FILES = ("secrets.yaml", "secrets.yml")
|
||||||
|
|
||||||
|
|
||||||
CONF_ABOVE = "above"
|
CONF_ABOVE = "above"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user