hass-core/tests/components/here_travel_time/const.py
2021-12-01 21:52:44 +01:00

8 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"