Add broker port to ha addon conf

This commit is contained in:
Linus Dietz
2023-06-24 18:07:59 +02:00
parent a51ba25061
commit 4fca54b19f
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -11,6 +11,7 @@ options:
debug: false
mqtt:
broker: null
port: 1883
username: ""
password: ""
volvoData:
@@ -25,6 +26,7 @@ schema:
debug: bool
mqtt:
broker: str
port: int(1,)
username: str?
password: str?
volvoData:
+1 -1
View File
@@ -10,7 +10,7 @@ configuration:
description: Enable Volvo API debug, normaly this can 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.
description: Broker is your mqtt broker IP eg "192.168.0.1". Mqtt username and password are optional. Broker port can be changed. If no value is given, port 1883 will be used.
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. Odometer multiplier is sometimes 10, sometimes 1. Leave it empty if you don't know what's right. Take a look at the GitHub repo for more information!