Use async download for translations (#166940)

This commit is contained in:
Robert Resch
2026-03-31 10:10:41 +02:00
committed by GitHub
parent 7ce32f0668
commit 99e8066607
2 changed files with 2 additions and 1 deletions
+1 -1
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")
+1
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",