diff --git a/.gitignore b/.gitignore index 00c5470..51de42b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /node_modules/homey-zwavedriver/.npmignore /env.json /.vscode +/*.png diff --git a/.homeychangelog.json b/.homeychangelog.json index 82bed73..f5782cb 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -1,9 +1,6 @@ { - "2.1.1": { - "en": "Fixed an issue with humidity reporting for Strips Drip" - }, - "2.1.0": { - "en": "Fixed an issue with Strips Comfort heat alarm (thanks Vegard!)\r\nAdded maintenance actions to reset alarms manually (requires Homey 3.1+)\r\nAdded battery information for all supported devices" + "2.1.2": { + "en": "Fixed an issue with Strips Comfort heat alarm.\r\nFixed an issue with humidity reporting for Strips Drip.\r\nAdded maintenance actions to reset alarms manually.\r\nAdded battery information for all supported devices." }, "2.0.1": { "en": "Fixed a number of issues with Strips Drip and Strips Comfort" diff --git a/.homeyignore b/.homeyignore index 20efa43..1fb3422 100644 --- a/.homeyignore +++ b/.homeyignore @@ -1,4 +1,4 @@ /node_modules/homey-meshdriver/examples -/node_modules/homey-meshdriver/zigbee -/README.md +/node_modules/homey-meshdriver/lib/zigbee *.psd +/*.png diff --git a/app.clean.json b/app.clean.json deleted file mode 100644 index da68393..0000000 --- a/app.clean.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "id": "com.sensative", - "sdk": 2, - "name": { - "en": "Sensative", - "nl": "Sensative" - }, - "description": { - "en": "Sensative Z-Wave Strips support for Homey", - "nl": "Sensative Z-Wave Strips ondersteuning voor Homey" - }, - "category": ["appliances", "security", "climate"], - "images": { - "large": "/assets/images/large.png", - "small": "/assets/images/small.png" - }, - "version": "2.0.0", - "compatibility": ">=1.5.0", - "tags": { - "en": [ - "security", - "alarm", - "contact", - "window", - "door", - "temperature", - "humidity" - ], - "nl": [ - "beveiliging", - "alarm", - "contact", - "raam", - "deur", - "temperatuur", - "vochtigheid" - ] - }, - "author": { - "name": "Marcel Veldhuizen", - "email": "marcel@thorarin.net" - }, - "contributors": { - "developers": [{ - "name": "Marcel Veldhuizen", - "email": "marcel@thorarin.net" - }, - { - "name": "Marco Ruiter", - "email": "mruiter@tuxweb.nl" - } - ] - }, - "drivers": [] -} diff --git a/app.json b/app.json index 16aa516..78f466f 100644 --- a/app.json +++ b/app.json @@ -18,7 +18,7 @@ "large": "/assets/images/large.png", "small": "/assets/images/small.png" }, - "version": "2.1.1", + "version": "2.1.2", "compatibility": ">=1.5.6", "tags": { "en": [ diff --git a/assets/images/banner.psd b/assets/images/banner.psd new file mode 100644 index 0000000..b4b7216 Binary files /dev/null and b/assets/images/banner.psd differ