Update Lokalise CLI to v2.6.8 (#101297)

pull/101306/head
Franck Nijhof 2023-10-02 23:01:30 +02:00 committed by GitHub
parent 49e69aff0c
commit 44acc88365
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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