2020-04-09 21:13:20 +00:00
|
|
|
"""Translation constants."""
|
2020-04-10 00:52:33 +00:00
|
|
|
import pathlib
|
2020-04-09 21:13:20 +00:00
|
|
|
|
|
|
|
PROJECT_ID = "130246255a974bd3b5e8a1.51616605"
|
|
|
|
DOCKER_IMAGE = "b8329d20280263cad04f65b843e54b9e8e6909a348a678eac959550b5ef5c75f"
|
2020-04-10 00:52:33 +00:00
|
|
|
INTEGRATIONS_DIR = pathlib.Path("homeassistant/components")
|