Rework api data handling

This commit is contained in:
Linus Dietz
2023-06-22 16:45:00 +02:00
parent e0152fa82d
commit 1d07644a9c
3 changed files with 27 additions and 31 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.2.0"
VERSION = "v1.2.1"
OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles"