diff --git a/src/config.yaml b/src/config.yaml index aa37a52..f52cef6 100644 --- a/src/config.yaml +++ b/src/config.yaml @@ -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" diff --git a/src/const.py b/src/const.py index 58d0a55..160dd3e 100644 --- a/src/const.py +++ b/src/const.py @@ -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" diff --git a/src/translations/en.yaml b/src/translations/en.yaml new file mode 100644 index 0000000..a34ba04 --- /dev/null +++ b/src/translations/en.yaml @@ -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! \ No newline at end of file