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

Always upload using esptool (#2433)

This commit is contained in:
Otto Winter
2021-10-04 16:59:15 +02:00
committed by GitHub
parent 871d3b66fb
commit 8be4086224
4 changed files with 94 additions and 48 deletions

View File

@@ -16,7 +16,7 @@ _LOGGER = logging.getLogger(__name__)
def storage_path(): # type: () -> str
return CORE.relative_config_path(".esphome", f"{CORE.config_filename}.json")
return CORE.relative_internal_path(f"{CORE.config_filename}.json")
def ext_storage_path(base_path, config_filename): # type: (str, str) -> str