Let token survive addon updates

This commit is contained in:
Dielee
2024-05-27 14:16:07 +02:00
parent 8bd0388690
commit 6306c9a4b3
4 changed files with 24 additions and 13 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
from config import settings
VERSION = "v1.9.0"
VERSION = "v1.9.1"
OAUTH_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
OAUTH_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"
@@ -139,5 +139,5 @@ supported_entities = [
]
old_entity_ids = ["months_to_service", "service_warning_trigger", "distance_to_empty"]
otp_max_loops = 15
otp_max_loops = 24
otp_mqtt_topic = "volvoAAOS2mqtt/otp_code"