From 0394d789f88cff6daf4a4a3ed5c0bbcc6dedb4e0 Mon Sep 17 00:00:00 2001 From: Serge Wagener Date: Tue, 15 Mar 2022 22:00:46 +0100 Subject: [PATCH] Plugin now verified by homebridge dev's --- README.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 799b205..a8f0503 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ [![npm](https://badgen.net/npm/node/homebridge-smarthomeng)](https://www.npmjs.com/package/homebridge-smarthomeng) [![npm](https://badgen.net/npm/dt/homebridge-smarthomeng)](https://www.npmjs.com/package/homebridge-smarthomeng) [![npm](https://badgen.net/npm/dm/homebridge-smarthomeng)](https://www.npmjs.com/package/homebridge-smarthomeng) +[![verified-by-homebridge](https://badgen.net/badge/homebridge/verified/purple)](https://github.com/homebridge/homebridge/wiki/Verified-Plugins) **Version v2 is a complete rewrite from scratch and a breaking update.** You need to adapt your [`config.json`](#example-configuration-file) ! diff --git a/package.json b/package.json index a953f0d..ed9f190 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": false, "displayName": "SmartHomeNG", "name": "homebridge-smarthomeng", - "version": "2.0.5", + "version": "2.0.6", "description": "SmartHomeNG plugin for Homebridge", "license": "Apache-2.0", "repository": {