diff --git a/README.md b/README.md index 178664c..f8da261 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ _This integration only works with cars sold in Europe and use the WeConnect ID a * Volkswagen ID.3 * Volkswagen ID.4 * Volkswagen ID.5 +* Volkswagen ID.7 * Volkswagen ID Buzz * Volkswagen Tiguan (MKII) diff --git a/custom_components/volkswagen_we_connect_id/__init__.py b/custom_components/volkswagen_we_connect_id/__init__.py index 20f31b5..24cff1d 100644 --- a/custom_components/volkswagen_we_connect_id/__init__.py +++ b/custom_components/volkswagen_we_connect_id/__init__.py @@ -33,7 +33,7 @@ _LOGGER = logging.getLogger(__name__) -SUPPORTED_VEHICLES = ["ID.3", "ID.4", "ID.5", "ID. Buzz", "ID.7 Limousine"] +SUPPORTED_VEHICLES = ["ID.3", "ID.4", "ID.5", "ID. Buzz", "ID.7 Limousine", "ID.7 Tourer"] @dataclass