1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-06 05:12:21 +01:00

External components: optional configurable path for git source (#6677)

Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
Tomek Wasilczyk
2024-05-05 20:19:13 -07:00
committed by GitHub
parent 599dbf27e0
commit f2caaf85c8
2 changed files with 11 additions and 1 deletions

View File

@@ -2124,6 +2124,7 @@ GIT_SCHEMA = Schema(
Optional(CONF_REF): git_ref,
Optional(CONF_USERNAME): string,
Optional(CONF_PASSWORD): string,
Optional(CONF_PATH): string,
}
)
LOCAL_SCHEMA = Schema(