Skip to content

Commit

Permalink
Merge pull request #607 from robinostlund/v4.6.0
Browse files Browse the repository at this point in the history
v4.6.0
  • Loading branch information
stickpin authored Apr 8, 2024
2 parents 0caa35e + b93070d commit 6f6c959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/volkswagencarnet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions custom_components/volkswagencarnet/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6f6c959

Please sign in to comment.