mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-12 10:49:52 +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:
+3
-2
@@ -1,6 +1,6 @@
|
||||
name: "Volvo2Mqtt"
|
||||
description: "Volvo AAOS MQTT bridge"
|
||||
version: "1.7.10"
|
||||
version: "1.8.0"
|
||||
slug: "volvo2mqtt"
|
||||
init: false
|
||||
url: "https://github.com/Dielee/volvo2mqtt"
|
||||
@@ -42,7 +42,8 @@ schema:
|
||||
username: str
|
||||
password: str
|
||||
vin: str?
|
||||
vccapikey: str
|
||||
vccapikey:
|
||||
- str
|
||||
odometerMultiplier: int(1,)
|
||||
averageSpeedDivider: int(1,)
|
||||
averageFuelConsumptionMultiplier: int(1,)
|
||||
|
||||
Reference in New Issue
Block a user