1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 00:20:30 +01:00

Use async download for translations (#166940)

This commit is contained in:
Robert Resch
2026-03-31 10:10:41 +02:00
committed by Franck Nijhof
parent 8ac66e888e
commit 3472a2bfbf
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,6 @@ import pathlib
CORE_PROJECT_ID = "130246255a974bd3b5e8a1.51616605"
FRONTEND_PROJECT_ID = "3420425759f6d6d241f598.13594006"
CLI_2_DOCKER_IMAGE = "v2.6.14"
CLI_2_DOCKER_IMAGE = "v3.1.4"
INTEGRATIONS_DIR = pathlib.Path("homeassistant/components")
FRONTEND_DIR = pathlib.Path("../frontend")

View File

@@ -40,6 +40,7 @@ def run_download_docker() -> None:
"file",
"download",
CORE_PROJECT_ID,
"--async",
"--original-filenames=false",
"--replace-breaks=false",
"--filter-data",