From 8357b6dbf36cb248eb0f1405a0e3030d68fec56d Mon Sep 17 00:00:00 2001 From: jghaanstra Date: Mon, 14 Oct 2019 21:05:15 +0200 Subject: [PATCH] Release 2.13.1 --- APPSTORE.md | 4 ++-- app.json | 10 ++++++++-- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/APPSTORE.md b/APPSTORE.md index d03809e..ca9f989 100644 --- a/APPSTORE.md +++ b/APPSTORE.md @@ -29,5 +29,5 @@ For Homey to be able to communicate with devices over the miIO protocol a unique Xiaomi has released an update for the vacuum cleaners that enables zone cleaning and goto function. Using the action cards that utilize these functions are a bit challenging. If you want to use these cards please read the instructions [here](https://github.com/jghaanstra/com.xiaomi-miio/blob/master/docs/mirobot_zonecleanup.md). ## Changelog -### v2.13.0 - 2019-10-06 -* NEW: add support for Xiaomi Mi Fan (ZhiMi and Dmaker models) +### v2.13.1 - 2019-10-14 +* Small changes for Homey Energy Manager (firmware > 3.x) diff --git a/app.json b/app.json index 86ed8f7..3c0aa6e 100644 --- a/app.json +++ b/app.json @@ -10,8 +10,8 @@ "en": [ "Xiaomi", "Mi", "Mi Home", "miio", "vacuumcleaner", "robot", "yeelight", "yeelights", "purifier", "humidifier", "philips", "eyecare", "powerplug", "gateway" ], "nl": [ "Xiaomi", "Mi", "Mi home", "miio", "stofzuiger", "robot", "yeelight", "yeelights", "luchtreiniger", "luchtbevochtiger", "philips", "eyecare", "powerplug", "gateway" ] }, - "version": "2.13.0", - "compatibility": ">=2.0.0", + "version": "2.13.1", + "compatibility": ">=3.0.0", "author": { "name": "Jelger Haanstra", "email": "homey@solidewebservices.com" @@ -252,6 +252,9 @@ "vacuumcleaner_state", "measure_battery" ], + "energy": { + "batteries": [ "INTERNAL" ] + }, "pair": [ { "id": "start" @@ -510,6 +513,9 @@ "measure_battery", "measure_pm25" ], + "energy": { + "batteries": [ "INTERNAL" ] + }, "pair": [ { "id": "start" diff --git a/package-lock.json b/package-lock.json index 982b9c6..4132c18 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "com.xiaomi-miio", - "version": "2.13.0", + "version": "2.13.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5721d96..628b57a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.xiaomi-miio", - "version": "2.13.0", + "version": "2.13.1", "description": "Xiaomi Mi Home", "main": "app.js", "dependencies": {