Skip to content

Commit

Permalink
Bump version to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joolee committed May 17, 2021
1 parent 15e090c commit e377d28
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,9 @@
"1.8.0": {
"en": "Add support for gas sensors like the MH-Z19.",
"nl": "Voeg ondersteuning voor de gas sensoren zoals de MH-Z19."
},
"1.9.0": {
"en": "Added a bunch of flow cards for sensors and units; Lots of other small bugfixes and improvements",
"nl": "Een stapel flowkaarten toegevoegd voor sensoren en units; Een heleboel andere bugfixes en verbeteringen"
}
}
33 changes: 31 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nl.joolee.homey.espeasy",
"version": "1.8.0",
"version": "1.9.0",
"compatibility": ">=2.0",
"sdk": 2,
"brandColor": "#2F4252",
Expand Down Expand Up @@ -839,6 +839,10 @@
"en": "Unit rebooted",
"nl": "Unit herstart"
},
"hint": {
"en": "Triggers when reported uptime is lower then last reported uptime. (Doesn't detect a reboot that occurs within one minute of last boot.)",
"nl": "Activeert wanneer de uptime lager is dan de laatste bekende uptime. (Kan geen reboot detecteren dat binnen 1 minuut van opstarten plaatsvind)"
},
"tokens": [
{
"name": "reset_reason",
Expand All @@ -856,7 +860,7 @@
"en": "Boot reason",
"nl": "Reden herstart"
},
"example": "Software/System restart"
"example": "Manual reboot"
}
],
"args": [
Expand Down Expand Up @@ -2223,6 +2227,31 @@
}
}
]
},
{
"type": "group",
"label": {
"en": "Device settings",
"nl": "Apparaatinstellingen"
},
"children": [
{
"id": "invert",
"type": "checkbox",
"label": {
"en": "Invert device state",
"nl": "Draai apparaatstatus om"
},
"options": {
"type": "bool"
},
"value": false,
"hint": {
"en": "Consider state '0' on and state '1' off",
"nl": "Beschouw waarde '0' als aan en de waarde '1' als uit"
}
}
]
}
]
},
Expand Down

0 comments on commit e377d28

Please sign in to comment.