Add MQTT autodiscovery for HA MQTT Addon

This commit is contained in:
Linus Dietz
2023-07-03 09:02:21 +02:00
parent 9a6d128cdf
commit 91c50dba05
6 changed files with 44 additions and 10 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.6.5"
VERSION = "v1.7.0"
OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles"