Skip to content

Commit

Permalink
Release 2.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jghaanstra committed Feb 25, 2019
1 parent dfa46a0 commit ffed9d9
Show file tree
Hide file tree
Showing 7 changed files with 171 additions and 251 deletions.
6 changes: 4 additions & 2 deletions APPSTORE.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ For Homey to be able to communicate with devices over the miIO protocol a unique
Xiaomi has recently released an update for its v1 vacuum that enabled it for the zoned cleaning and goto function that was previously only available to the v2 vacuum. 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.11.1 - 2019-02-11
* FIX: solve app crash related to philips light bulbs
### v2.11.2 - 2019-02-25
* NEW: settings Yeelights to 0% dim will turn them off, also within the change dim over time card (except for the JIAOYUE ceilight which will toggle night mode when set to 0% twice in 5 seconds)
* IMPROVEMENT: changed callbacks to promises for Yeelight driver
* IMPROVEMENT: moved Yeelight settings from data to settings object to prevent issues when re-pairing without restarting the app
121 changes: 1 addition & 120 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"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.11.1",
"version": "2.11.2",
"compatibility": ">=2.0.0",
"author": {
"name": "Jelger Haanstra",
Expand Down Expand Up @@ -189,26 +189,6 @@
"vacuumcleaner_state",
"measure_battery"
],
"mobile": {
"components": [
{
"id": "battery",
"capabilities": [ "measure_battery" ]
},
{
"id": "icon",
"capabilities": [ "onoff" ]
},
{
"id": "picker",
"capabilities": [ "vacuumcleaner_state" ]
},
{
"id": "toggle",
"capabilities": [ "onoff" ]
}
]
},
"pair": [
{
"id": "start"
Expand Down Expand Up @@ -274,26 +254,6 @@
"measure_humidity",
"measure_pm25"
],
"mobile": {
"components": [
{
"id": "icon",
"capabilities": [ "onoff" ]
},
{
"id": "sensor",
"capabilities": [
"measure_temperature",
"measure_humidity",
"measure_pm25"
]
},
{
"id": "toggle",
"capabilities": [ "onoff" ]
}
]
},
"pair": [
{
"id": "start"
Expand Down Expand Up @@ -358,25 +318,6 @@
"measure_temperature",
"measure_humidity"
],
"mobile": {
"components": [
{
"id": "icon",
"capabilities": [ "onoff" ]
},
{
"id": "sensor",
"capabilities": [
"measure_temperature",
"measure_humidity"
]
},
{
"id": "toggle",
"capabilities": [ "onoff" ]
}
]
},
"pair": [
{
"id": "start"
Expand Down Expand Up @@ -442,26 +383,6 @@
"measure_humidity",
"measure_waterlevel"
],
"mobile": {
"components": [
{
"id": "icon",
"capabilities": [ "onoff" ]
},
{
"id": "sensor",
"capabilities": [
"measure_temperature",
"measure_humidity",
"measure_waterlevel"
]
},
{
"id": "toggle",
"capabilities": [ "onoff" ]
}
]
},
"pair": [
{
"id": "start"
Expand Down Expand Up @@ -526,22 +447,6 @@
"measure_battery",
"measure_pm25"
],
"mobile": {
"components": [
{
"id": "icon",
"capabilities": [ "onoff" ]
},
{
"id": "sensor",
"capabilities": [ "measure_pm25" ]
},
{
"id": "toggle",
"capabilities": [ "onoff" ]
}
]
},
"pair": [
{
"id": "start"
Expand Down Expand Up @@ -735,30 +640,6 @@
"measure_luminance",
"homealarm_state"
],
"mobile": {
"components": [
{
"id": "icon",
"capabilities": [ "onoff" ]
},
{
"id": "picker",
"capabilities": [ "homealarm_state" ]
},
{
"id": "sensor",
"capabilities": [ "measure_luminance" ]
},
{
"id": "slider",
"capabilities": [ "dim" ]
},
{
"id": "color",
"capabilities": [ "light_hue", "light_saturation" ]
}
]
},
"pair": [
{
"id": "start"
Expand Down
19 changes: 19 additions & 0 deletions drivers/yeelights/assets/bslamp2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ffed9d9

Please sign in to comment.