Skip to content

Commit

Permalink
Adds VIN to device info
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSpider committed Sep 17, 2024
1 parent 6849094 commit 358da7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/myskoda/entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def device_info(self) -> DeviceInfo: # noqa: D102
"identifiers": {(DOMAIN, self.vehicle.info.vin)},
"name": self.vehicle.info.specification.title,
"manufacturer": "Škoda",
"serial_number": self.vehicle.info.vin,
"sw_version": self.vehicle.info.software_version,
"hw_version": f"{self.vehicle.info.specification.system_model_id}-{self.vehicle.info.specification.model_year}",
"model": self.vehicle.info.specification.model,
Expand Down

0 comments on commit 358da7e

Please sign in to comment.