mirror of
https://github.com/Dielee/volvo2mqtt.git
synced 2026-07-22 02:13:01 +02:00
Add logging options for plugin
This commit is contained in:
@@ -21,6 +21,7 @@ options:
|
||||
port: "auto_port"
|
||||
username: "auto_user"
|
||||
password: "auto_password"
|
||||
logging: false
|
||||
volvoData:
|
||||
username: null
|
||||
password: null
|
||||
@@ -38,6 +39,7 @@ schema:
|
||||
port: str
|
||||
username: str?
|
||||
password: str?
|
||||
logging: bool
|
||||
volvoData:
|
||||
username: match(^([a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\.[a-zA-Z0-9-.]+)|(\+\d{5,20})$)
|
||||
password: str
|
||||
|
||||
+2
-1
@@ -8,7 +8,8 @@
|
||||
"broker": "",
|
||||
"port": 1883,
|
||||
"username": "",
|
||||
"password": ""
|
||||
"password": "",
|
||||
"logging": false
|
||||
},
|
||||
"volvoData": {
|
||||
"username": "",
|
||||
|
||||
Reference in New Issue
Block a user