mirror of
https://github.com/esphome/esphome.git
synced 2025-09-20 20:22:27 +01:00
Add min_version to esphome config (#3866)
This commit is contained in:
@@ -98,7 +98,7 @@ async def to_code(config):
|
||||
|
||||
|
||||
def _process_git_config(config: dict, refresh) -> str:
|
||||
repo_dir = git.clone_or_update(
|
||||
repo_dir, _ = git.clone_or_update(
|
||||
url=config[CONF_URL],
|
||||
ref=config.get(CONF_REF),
|
||||
refresh=refresh,
|
||||
|
Reference in New Issue
Block a user