Skip to content

Commit

Permalink
Bump to version v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joolee committed Jun 24, 2020
1 parent 8a320e2 commit c0c811d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .homeychangelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
},
"1.4.0": {
"en": "Lots of bug fixes. Added WiFi strength and flow cards to Units. You might want to check your flows and insights. You can remove and re-add the unit without any effect on other devices.",
"nl": "Een boel bugs opgelost. WiFi signaalsterkte en trigger flow-cards toegevoegd aan units. Controleer je flows en insights, je kunt eventueel units opnieuw toevoegen zonder dat dit effect heeft op andere devices. "
"nl": "Een boel bugs opgelost. WiFi signaalsterkte en trigger flow-cards toegevoegd aan units. Controleer je flows en insights, je kunt eventueel units opnieuw toevoegen zonder dat dit effect heeft op andere devices."
},
"1.5.0": {
"en": "Adds idle and uptime triggers and tokens to applicable devices. Adds support for 'Analog input' sensor. Add timeout option for unit polling. Rewrote unit pairing wizard. Added Wiki (click on Visit website). Add support for dummy device as 'Input switch' device. Also, lots of bugfixes!",
"nl": "Voegt idle en uptime triggers en tokens toe aan apparaten, Voegt ondersteuning voor 'Analog Input' apparaten toe. Voegt timeout optie toe voor het pollen van de unit. Pairing wizard voor units herschreven. Wiki toegevoegd (klik op Bezoek website). Ondersteuning voor Dummy apparaat toegevoegd als 'Input switch'. Tevens een hoop bugs opgelost!"
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Support for GPIO output devices (boolean, pulse, pwm, rtttl and tone) and input
* P001 Switch input - Switch
* P009 Switch input - MCP23017
* P019 Switch input - PCF8574
* P033 Generic - Dummy Device (Possible values -1, 0 and 1. See the [Wiki](https://github.com/Joolee/nl.joolee.homey.espeasy/wiki/6.-Add-sensor-to-Homey) for more information)
* P033 Generic - Dummy Device (Possible values -1, 0 and 1. See the [Wiki](https://github.com/Joolee/nl.joolee.homey.espeasy/wiki/6.-Add-sensor-to-Homey#user-content-whats-next) for more information)
* Analog Input
* P002 Analog input - internal
* P060 Analog input - MCP3221 [TESTING]
Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "nl.joolee.homey.espeasy",
"version": "1.4.0",
"version": "1.5.0",
"compatibility": ">=2.0",
"sdk": 2,
"brandColor": "#2F4252",
Expand Down

0 comments on commit c0c811d

Please sign in to comment.