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