mirror of
https://github.com/home-assistant/core.git
synced 2026-05-26 18:26:25 +01:00
f5c56152d5
Co-authored-by: J. Nick Koston <nick@koston.org>
11 lines
269 B
Python
11 lines
269 B
Python
"""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"}
|