Skip to content
This repository has been archived by the owner on Jan 2, 2025. It is now read-only.

Commit

Permalink
Add broker port to ha addon conf
Browse files Browse the repository at this point in the history
  • Loading branch information
Dielee committed Jun 24, 2023
1 parent a51ba25 commit 4fca54b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ options:
debug: false
mqtt:
broker: null
port: 1883
username: ""
password: ""
volvoData:
Expand All @@ -25,6 +26,7 @@ schema:
debug: bool
mqtt:
broker: str
port: int(1,)
username: str?
password: str?
volvoData:
Expand Down
2 changes: 1 addition & 1 deletion src/translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 4fca54b

Please sign in to comment.