mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-09 01:09:53 +02:00
Allow multiple vcc api keys (#85)
* Multiple vccapikeys function * Reduce api calls for key checks * Change sleeptime * Optimize logging * Format log datetime * Change default conf * Set device offline, if no working vcc api key can be found * Fix climate scheduler * Only redact sensitive data if debug is enabled
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
from config import settings
|
||||
|
||||
VERSION = "v1.7.10"
|
||||
VERSION = "v1.8.0"
|
||||
|
||||
OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
|
||||
VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles"
|
||||
|
||||
Reference in New Issue
Block a user