From 312b4be908dba59931660cae480157a13c68cedc Mon Sep 17 00:00:00 2001 From: bssstudio Date: Mon, 1 Apr 2024 16:00:30 +0200 Subject: [PATCH] Add 'ID.7 Limousine' as supported model. Add 'ID.7 Limousine' as supported model. --- custom_components/volkswagen_we_connect_id/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/volkswagen_we_connect_id/__init__.py b/custom_components/volkswagen_we_connect_id/__init__.py index f3ceeb8..20f31b5 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"] +SUPPORTED_VEHICLES = ["ID.3", "ID.4", "ID.5", "ID. Buzz", "ID.7 Limousine"] @dataclass