Skip to content

Commit

Permalink
v1.1.9 modifed input parameter to myEcobeeDevice - must be used with …
Browse files Browse the repository at this point in the history
…v2.1.9 of MyEcobeeDevice
  • Loading branch information
yracine committed Aug 9, 2015
1 parent 2b348d6 commit ec02ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartapps/ecobeeRemoteSensorsInit.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -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.)?") {
Expand Down

0 comments on commit ec02ba8

Please sign in to comment.