Make odometer multiplier configurable

This commit is contained in:
Linus Dietz
2023-06-23 12:31:38 +02:00
parent c34e090bfd
commit 7103b30da2
4 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.3.1"
VERSION = "v1.3.2"
OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles"