Merge pull request #81 from icanos/feature/new-api-version
fixed build error and upped version
This commit is contained in:
commit
816f6e21dc
3 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@ RUN \
|
||||||
linux-headers=4.19.36-r0 \
|
linux-headers=4.19.36-r0 \
|
||||||
make=4.2.1-r2 \
|
make=4.2.1-r2 \
|
||||||
python=2.7.16-r2 \
|
python=2.7.16-r2 \
|
||||||
bluez=5.50-r3 \
|
bluez \
|
||||||
eudev-dev=3.2.8-r0 \
|
eudev-dev=3.2.8-r0 \
|
||||||
\
|
\
|
||||||
&& apk add --no-cache \
|
&& apk add --no-cache \
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Plejd",
|
"name": "Plejd",
|
||||||
"version": "0.4.4",
|
"version": "0.4.5",
|
||||||
"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/",
|
||||||
|
|
|
||||||
|
|
@ -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.4";
|
const version = "0.4.5";
|
||||||
|
|
||||||
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