1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00
Files
core/script/translations/const.py
2026-03-31 08:24:51 +00:00

10 lines
287 B
Python

"""Translation constants."""
import pathlib
CORE_PROJECT_ID = "130246255a974bd3b5e8a1.51616605"
FRONTEND_PROJECT_ID = "3420425759f6d6d241f598.13594006"
CLI_2_DOCKER_IMAGE = "v3.1.4"
INTEGRATIONS_DIR = pathlib.Path("homeassistant/components")
FRONTEND_DIR = pathlib.Path("../frontend")