Fix unlockstate for multiple car usage

This commit is contained in:
Linus Dietz
2023-06-25 07:22:15 +02:00
parent 50b5eb9863
commit 71b8c59ba8
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.4.3"
VERSION = "v1.4.4"
OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles"