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: