Fix Backend State Sensor returning null

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