diff --git a/README.md b/README.md index dfd17d3..e9be759 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ # Homebridge Nature Remo Platform + +[![Build and Lint](https://github.com/takeya0x86/homebridge-nature-remo-platform/actions/workflows/build.yml/badge.svg)](https://github.com/takeya0x86/homebridge-nature-remo-platform/actions/workflows/build.yml) + +Homebridge plugin for Nature Remo which supports lights and air conditioners. diff --git a/package-lock.json b/package-lock.json index 10ec682..140db51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@takeya0x86/homebridge-nature-remo-platform", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@takeya0x86/homebridge-nature-remo-platform", - "version": "1.0.0-beta.1", + "version": "1.0.0-beta.2", "license": "Apache-2.0", "devDependencies": { "@types/node": "^14.14.22", diff --git a/package.json b/package.json index c433102..f5c7fe7 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "displayName": "Homebridge Nature Remo Platform", "name": "@takeya0x86/homebridge-nature-remo-platform", - "version": "1.0.0-beta.1", - "description": "Homebridge Nature Remo Platform.", + "version": "1.0.0-beta.2", + "description": "Homebridge plugin for Nature Remo which supports lights and air conditioners.", "license": "Apache-2.0", "repository": { "type": "git", @@ -23,7 +23,11 @@ "prepublishOnly": "npm run lint && npm run build" }, "keywords": [ - "homebridge-plugin" + "homebridge-plugin", + "homebridge", + "smart-home", + "nature", + "nature-remo" ], "devDependencies": { "@types/node": "^14.14.22",