mirror of
https://github.com/elisspace/core.git
synced 2026-09-20 01:31:36 +00:00
9 lines
219 B
Python
9 lines
219 B
Python
"""Constants for the Mazda Connected Services integration."""
|
|
|
|
DOMAIN = "mazda"
|
|
|
|
DATA_CLIENT = "mazda_client"
|
|
DATA_COORDINATOR = "coordinator"
|
|
|
|
MAZDA_REGIONS = {"MNAO": "North America", "MME": "Europe", "MJO": "Japan"}
|