Add addon translations

This commit is contained in:
Linus Dietz
2023-06-21 15:47:26 +02:00
parent 563e5508ae
commit c09dd42e76
3 changed files with 18 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: "Volvo2Mqtt"
description: "Volvo AAOS MQTT bridge"
version: "1.1.0"
version: "1.1.1"
slug: "volvo2mqtt"
init: false
url: "https://github.com/Dielee/volvo2mqtt"
+1 -1
View File
@@ -1,4 +1,4 @@
VERSION = "v1.1.0"
VERSION = "v1.1.1"
OAUTH_URL = "https://volvoid.eu.volvocars.com/as/token.oauth2"
VEHICLES_URL = "https://api.volvocars.com/connected-vehicle/v1/vehicles"
+16
View File
@@ -0,0 +1,16 @@
configuration:
updateInterval:
name: Update intervall
description: Time to wait between data pulls
babelLocale:
name: Babel locale
description: Select your country code or take a look at the GitHub repo for more infos!
debug:
name: API debug mode
description: Enable Volvo API debug, normaly this can be stay off
mqtt:
name: MQTT Broker settings
description: Broker is your mqtt broker IP eg "192.168.0.1". Mqtt username and password are optional.
volvoData:
name: Volvo APP credentials
description: You have to enter your Volvo app credentials. The username is normally your email, and the password is the password you use for your Volvo app. The vin can stay empty. The Add-On will use any vin inside your Volvo account. VCCAPI key is required and comes from your Volvo developer account. Take a look at the GitHub repo for more information!