added some config and logging
This commit is contained in:
parent
8413bc65ee
commit
c87eee2d2c
6 changed files with 46 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Plejd",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"slug": "plejd",
|
||||
"description": "Adds support for the Swedish home automation devices from Plejd.",
|
||||
"url": "https://github.com/icanos/hassio-plejd/",
|
||||
|
|
@ -22,7 +22,8 @@
|
|||
"mqttBroker": "mqtt://",
|
||||
"mqttUsername": "",
|
||||
"mqttPassword": "",
|
||||
"includeRoomsAsLights": false
|
||||
"includeRoomsAsLights": false,
|
||||
"connectionTimeout": 2
|
||||
},
|
||||
"schema": {
|
||||
"site": "str",
|
||||
|
|
@ -31,6 +32,7 @@
|
|||
"mqttBroker": "str",
|
||||
"mqttUsername": "str",
|
||||
"mqttPassword": "str",
|
||||
"includeRoomsAsLights": "bool"
|
||||
"includeRoomsAsLights": "bool",
|
||||
"connectionTimeout": "int"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue