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