mirror of
https://github.com/home-assistant/core.git
synced 2025-07-04 03:47:09 +00:00
9 lines
197 B
Python
9 lines
197 B
Python
"""Constants for HERE Travel Time tests."""
|
|
|
|
API_KEY = "test"
|
|
|
|
CAR_ORIGIN_LATITUDE = "38.9"
|
|
CAR_ORIGIN_LONGITUDE = "-77.04833"
|
|
CAR_DESTINATION_LATITUDE = "39.0"
|
|
CAR_DESTINATION_LONGITUDE = "-77.1"
|