mirror of
https://github.com/home-assistant/core.git
synced 2025-11-24 10:16:58 +00:00
7 lines
234 B
Python
7 lines
234 B
Python
"""Translation constants."""
|
|
import pathlib
|
|
|
|
PROJECT_ID = "130246255a974bd3b5e8a1.51616605"
|
|
DOCKER_IMAGE = "b8329d20280263cad04f65b843e54b9e8e6909a348a678eac959550b5ef5c75f"
|
|
INTEGRATIONS_DIR = pathlib.Path("homeassistant/components")
|