Fix type error #3 // Add addon version

This commit is contained in:
Linus Dietz
2023-06-20 07:12:40 +02:00
parent 9b3f9b4c0b
commit 0516c29563
3 changed files with 6 additions and 1 deletions
+2
View File
@@ -1,3 +1,5 @@
VERSION = "v1.0.2.1"
OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles"
VEHICLE_DETAILS_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles/{0}"