disabled apparmor since lots of issues with that
This commit is contained in:
parent
f2a0da5ae8
commit
a6d9868c7d
3 changed files with 4 additions and 3 deletions
|
|
@ -127,7 +127,7 @@ class PlejdApi extends EventEmitter {
|
|||
}
|
||||
|
||||
getSite(siteId) {
|
||||
console.log('plejd-api: getSites()');
|
||||
console.log('plejd-api: getSite(...)');
|
||||
const self = this;
|
||||
|
||||
const instance = axios.create({
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Plejd",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.4",
|
||||
"slug": "plejd",
|
||||
"description": "Adds support for the Swedish home automation devices from Plejd.",
|
||||
"url": "https://github.com/icanos/hassio-plejd/",
|
||||
|
|
@ -15,6 +15,7 @@
|
|||
"boot": "auto",
|
||||
"host_network": true,
|
||||
"host_dbus": true,
|
||||
"apparmor": false,
|
||||
"options": {
|
||||
"site": "Default Site",
|
||||
"username": "",
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ const fs = require('fs');
|
|||
const PlejdService = require('./ble.bluez');
|
||||
const SceneManager = require('./scene.manager');
|
||||
|
||||
const version = "0.4.3";
|
||||
const version = "0.4.4";
|
||||
|
||||
async function main() {
|
||||
console.log('starting Plejd add-on v. ' + version);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue