mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-13 03:09:52 +02:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1d8132d93a | ||
|
|
fc529f313f |
@@ -1,3 +1,8 @@
|
|||||||
|
## v1.10.2
|
||||||
|
### 🐛 Bug Fixes:
|
||||||
|
|
||||||
|
- Remove unused multiplier options #239
|
||||||
|
|
||||||
## v1.10.1
|
## v1.10.1
|
||||||
### 🚀 Features:
|
### 🚀 Features:
|
||||||
|
|
||||||
|
|||||||
+1
-4
@@ -1,6 +1,6 @@
|
|||||||
name: "Volvo2Mqtt"
|
name: "Volvo2Mqtt"
|
||||||
description: "Volvo AAOS MQTT bridge"
|
description: "Volvo AAOS MQTT bridge"
|
||||||
version: "1.10.1"
|
version: "1.10.2"
|
||||||
slug: "volvo2mqtt"
|
slug: "volvo2mqtt"
|
||||||
init: false
|
init: false
|
||||||
url: "https://github.com/Dielee/volvo2mqtt"
|
url: "https://github.com/Dielee/volvo2mqtt"
|
||||||
@@ -27,9 +27,6 @@ options:
|
|||||||
vin: ""
|
vin: ""
|
||||||
vccapikey:
|
vccapikey:
|
||||||
- null
|
- null
|
||||||
odometerMultiplier: 1
|
|
||||||
averageSpeedDivider: 1
|
|
||||||
averageFuelConsumptionMultiplier: 1
|
|
||||||
schema:
|
schema:
|
||||||
updateInterval: int(60,)
|
updateInterval: int(60,)
|
||||||
babelLocale: str
|
babelLocale: str
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
from config import settings
|
from config import settings
|
||||||
|
|
||||||
VERSION = "v1.10.1"
|
VERSION = "v1.10.2"
|
||||||
|
|
||||||
OAUTH_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
|
OAUTH_TOKEN_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
|
||||||
OAUTH_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"
|
OAUTH_AUTH_URL = "https://volvoid.eu.volvocars.com/as/authorization.oauth2"
|
||||||
|
|||||||
Reference in New Issue
Block a user