diff --git a/.homeychangelog.json b/.homeychangelog.json index 92401f2..19b0e8a 100644 --- a/.homeychangelog.json +++ b/.homeychangelog.json @@ -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!" } } \ No newline at end of file diff --git a/README.md b/README.md index de130d8..c12aeec 100644 --- a/README.md +++ b/README.md @@ -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] diff --git a/app.json b/app.json index a80724e..73b2fc0 100644 --- a/app.json +++ b/app.json @@ -1,6 +1,6 @@ { "id": "nl.joolee.homey.espeasy", - "version": "1.4.0", + "version": "1.5.0", "compatibility": ">=2.0", "sdk": 2, "brandColor": "#2F4252",