mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-08-13 03:09:52 +02:00
Add broker port to ha addon conf
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user