2019-12-04 11:17:06 +01:00
|
|
|
{
|
|
|
|
|
"name": "Plejd",
|
2025-08-07 13:45:52 +02:00
|
|
|
"version": "0.16.0",
|
2019-12-04 11:17:06 +01:00
|
|
|
"slug": "plejd",
|
|
|
|
|
"description": "Adds support for the Swedish home automation devices from Plejd.",
|
2019-12-13 17:59:48 +01:00
|
|
|
"url": "https://github.com/icanos/hassio-plejd/",
|
2021-01-22 15:49:02 +01:00
|
|
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
2019-12-04 11:17:06 +01:00
|
|
|
"startup": "application",
|
|
|
|
|
"boot": "auto",
|
|
|
|
|
"host_network": true,
|
2020-01-24 11:00:23 +01:00
|
|
|
"host_dbus": true,
|
2020-03-19 11:11:22 +01:00
|
|
|
"apparmor": false,
|
2019-12-04 11:17:06 +01:00
|
|
|
"options": {
|
|
|
|
|
"site": "Default Site",
|
|
|
|
|
"username": "",
|
|
|
|
|
"password": "",
|
|
|
|
|
"mqttBroker": "mqtt://",
|
|
|
|
|
"mqttUsername": "",
|
2019-12-13 17:59:48 +01:00
|
|
|
"mqttPassword": "",
|
2020-01-27 20:43:52 +00:00
|
|
|
"includeRoomsAsLights": false,
|
2021-02-08 22:23:54 +01:00
|
|
|
"preferCachedApiResponse": false,
|
2021-02-18 21:17:29 +01:00
|
|
|
"updatePlejdClock": false,
|
2021-01-21 23:40:59 +01:00
|
|
|
"logLevel": "info",
|
2020-03-03 16:22:30 +01:00
|
|
|
"connectionTimeout": 2,
|
|
|
|
|
"writeQueueWaitTime": 400
|
2019-12-04 11:17:06 +01:00
|
|
|
},
|
|
|
|
|
"schema": {
|
|
|
|
|
"site": "str",
|
|
|
|
|
"username": "str",
|
|
|
|
|
"password": "str",
|
|
|
|
|
"mqttBroker": "str",
|
|
|
|
|
"mqttUsername": "str",
|
2019-12-13 17:59:48 +01:00
|
|
|
"mqttPassword": "str",
|
2020-01-27 20:43:52 +00:00
|
|
|
"includeRoomsAsLights": "bool",
|
2021-02-08 22:23:54 +01:00
|
|
|
"preferCachedApiResponse": "bool",
|
2021-02-18 21:17:29 +01:00
|
|
|
"updatePlejdClock": "bool",
|
2021-01-25 16:09:24 +01:00
|
|
|
"logLevel": "list(error|warn|info|debug|verbose|silly)",
|
2020-03-03 16:22:30 +01:00
|
|
|
"connectionTimeout": "int",
|
|
|
|
|
"writeQueueWaitTime": "int"
|
2019-12-04 11:17:06 +01:00
|
|
|
}
|
2020-11-24 14:00:16 +00:00
|
|
|
}
|