Move vehicles details endpoint to v2 // Try to fix #131

This commit is contained in:
Linus Dietz
2023-11-21 13:59:47 +01:00
parent cb10fe07c3
commit 126cc37269
4 changed files with 15 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.8.16"
VERSION = "v1.8.17"
OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v2/vehicles"