1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-25 05:26:47 +00:00

Migrate frontend translations of domains to backend (#34294)

This commit is contained in:
Paulus Schoutsen
2020-04-16 11:52:27 -07:00
committed by GitHub
parent 2f415b0db1
commit 6119e79023
40 changed files with 199 additions and 30 deletions

View File

@@ -1,6 +1,7 @@
"""Translation constants."""
import pathlib
PROJECT_ID = "130246255a974bd3b5e8a1.51616605"
CORE_PROJECT_ID = "130246255a974bd3b5e8a1.51616605"
FRONTEND_PROJECT_ID = "3420425759f6d6d241f598.13594006"
DOCKER_IMAGE = "b8329d20280263cad04f65b843e54b9e8e6909a348a678eac959550b5ef5c75f"
INTEGRATIONS_DIR = pathlib.Path("homeassistant/components")