From 3ba93d50e0b9359f59ba929d6e2cc93b379882ed Mon Sep 17 00:00:00 2001 From: Marcus Westin Date: Thu, 26 Mar 2020 09:11:37 +0100 Subject: [PATCH] fixed build error and upped version --- plejd/Dockerfile | 2 +- plejd/config.json | 2 +- plejd/main.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plejd/Dockerfile b/plejd/Dockerfile index fa7fd34..89c14b0 100644 --- a/plejd/Dockerfile +++ b/plejd/Dockerfile @@ -28,7 +28,7 @@ RUN \ linux-headers=4.19.36-r0 \ make=4.2.1-r2 \ python=2.7.16-r2 \ - bluez=5.50-r3 \ + bluez \ eudev-dev=3.2.8-r0 \ \ && apk add --no-cache \ diff --git a/plejd/config.json b/plejd/config.json index 6e6a2e5..558a544 100644 --- a/plejd/config.json +++ b/plejd/config.json @@ -1,6 +1,6 @@ { "name": "Plejd", - "version": "0.4.4", + "version": "0.4.5", "slug": "plejd", "description": "Adds support for the Swedish home automation devices from Plejd.", "url": "https://github.com/icanos/hassio-plejd/", diff --git a/plejd/main.js b/plejd/main.js index 97ae785..0d94a05 100644 --- a/plejd/main.js +++ b/plejd/main.js @@ -4,7 +4,7 @@ const fs = require('fs'); const PlejdService = require('./ble.bluez'); const SceneManager = require('./scene.manager'); -const version = "0.4.4"; +const version = "0.4.5"; async function main() { console.log('starting Plejd add-on v. ' + version);