|
"""Constants for the Mazda Connected Services integration."""
|
|
|
|
DOMAIN = "mazda"
|
|
|
|
DATA_CLIENT = "mazda_client"
|
|
DATA_COORDINATOR = "coordinator"
|
|
DATA_REGION = "region"
|
|
DATA_VEHICLES = "vehicles"
|
|
|
|
MAZDA_REGIONS = {"MNAO": "North America", "MME": "Europe", "MJO": "Japan"}
|