Add mqtt broker port option

This commit is contained in:
Linus Dietz
2023-06-24 18:02:56 +02:00
parent 1d37b3aca7
commit a51ba25061
4 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.4.0"
VERSION = "v1.4.1"
OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles"