diff --git a/custom_components/volkswagencarnet/__init__.py b/custom_components/volkswagencarnet/__init__.py index ae6646f..e4fced5 100755 --- a/custom_components/volkswagencarnet/__init__.py +++ b/custom_components/volkswagencarnet/__init__.py @@ -398,6 +398,7 @@ def device_info(self) -> dict[str, object]: "manufacturer": "Volkswagen", "model": self.vehicle.model, "sw_version": self.vehicle.model_year, + "serial_number": self.vin, } @property diff --git a/custom_components/volkswagencarnet/manifest.json b/custom_components/volkswagencarnet/manifest.json index 15d0dce..cce1317 100644 --- a/custom_components/volkswagencarnet/manifest.json +++ b/custom_components/volkswagencarnet/manifest.json @@ -6,6 +6,7 @@ "config_flow": true, "dependencies": [], "documentation": "https://github.com/robinostlund/homeassistant-volkswagencarnet", + "import_executor": true, "integration_type": "hub", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/robinostlund/homeassistant-volkswagencarnet/issues",