From ec02ba8843fcbebf37cd9443f8f4e3f43a802a68 Mon Sep 17 00:00:00 2001 From: Yves Racine Date: Sun, 9 Aug 2015 19:10:32 -0400 Subject: [PATCH] v1.1.9 modifed input parameter to myEcobeeDevice - must be used with v2.1.9 of MyEcobeeDevice --- smartapps/ecobeeRemoteSensorsInit.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/smartapps/ecobeeRemoteSensorsInit.groovy b/smartapps/ecobeeRemoteSensorsInit.groovy index 10436576..28b43f82 100644 --- a/smartapps/ecobeeRemoteSensorsInit.groovy +++ b/smartapps/ecobeeRemoteSensorsInit.groovy @@ -29,14 +29,14 @@ preferences { page(name: "selectThermostat", title: "Ecobee Thermostat", install: false, uninstall: true, nextPage: "selectMotionSensors") { section("About") { paragraph "ecobeeRemoteSensorsInit, the smartapp that creates individual ST sensors for your ecobee3's remote Sensors and polls them on a regular basis" - paragraph "Version 1.1.8\n\n" + + paragraph "Version 1.1.9\n\n" + "If you like this app, please support the developer via PayPal:\n\nyracine@yahoo.com\n\n" + "Copyright©2015 Yves Racine" href url: "http://github.com/yracine", style: "embedded", required: false, title: "More information...", description: "http://github.com/yracine/device-type.myecobee/blob/master/README.md" } section("Select the ecobee thermostat") { - input "ecobee", "capability.thermostat", title: "Which ecobee thermostat?" + input "ecobee", "device.myEcobeeDevice", title: "Which ecobee thermostat?" } section("Polling ecobee3's remote3 sensor(s) at which interval in minutes (range=[15..59],default =30 min.)?") {