Skip to content

Commit

Permalink
Release 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jghaanstra committed Oct 14, 2019
1 parent ce55301 commit 8357b6d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
4 changes: 2 additions & 2 deletions APPSTORE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
10 changes: 8 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "[email protected]"
Expand Down Expand Up @@ -252,6 +252,9 @@
"vacuumcleaner_state",
"measure_battery"
],
"energy": {
"batteries": [ "INTERNAL" ]
},
"pair": [
{
"id": "start"
Expand Down Expand Up @@ -510,6 +513,9 @@
"measure_battery",
"measure_pm25"
],
"energy": {
"batteries": [ "INTERNAL" ]
},
"pair": [
{
"id": "start"
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.xiaomi-miio",
"version": "2.13.0",
"version": "2.13.1",
"description": "Xiaomi Mi Home",
"main": "app.js",
"dependencies": {
Expand Down

0 comments on commit 8357b6d

Please sign in to comment.