Fix volvo API changes #53

This commit is contained in:
Linus Dietz
2023-07-05 20:19:17 +02:00
parent e9ae0037dc
commit 444579316b
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.7.2"
VERSION = "v1.7.3"
OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles"