Add logging options for plugin

This commit is contained in:
linus
2025-07-12 17:45:25 +02:00
parent f5a1e48e26
commit ae5e3074ed
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -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
View File
@@ -8,7 +8,8 @@
"broker": "",
"port": 1883,
"username": "",
"password": ""
"password": "",
"logging": false
},
"volvoData": {
"username": "",