disabled apparmor since lots of issues with that

This commit is contained in:
Marcus Westin 2020-03-19 11:11:22 +01:00
parent f2a0da5ae8
commit a6d9868c7d
3 changed files with 4 additions and 3 deletions

View file

@ -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({

View file

@ -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": "",

View file

@ -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);