Skip to content

Commit ec02ba8

Browse files
committed
v1.1.9 modifed input parameter to myEcobeeDevice - must be used with v2.1.9 of MyEcobeeDevice
1 parent 2b348d6 commit ec02ba8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

smartapps/ecobeeRemoteSensorsInit.groovy

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ preferences {
2929
page(name: "selectThermostat", title: "Ecobee Thermostat", install: false, uninstall: true, nextPage: "selectMotionSensors") {
3030
section("About") {
3131
paragraph "ecobeeRemoteSensorsInit, the smartapp that creates individual ST sensors for your ecobee3's remote Sensors and polls them on a regular basis"
32-
paragraph "Version 1.1.8\n\n" +
32+
paragraph "Version 1.1.9\n\n" +
3333
"If you like this app, please support the developer via PayPal:\n\n[email protected]\n\n" +
3434
"Copyright©2015 Yves Racine"
3535
href url: "http://github.com/yracine", style: "embedded", required: false, title: "More information...",
3636
description: "http://github.com/yracine/device-type.myecobee/blob/master/README.md"
3737
}
3838
section("Select the ecobee thermostat") {
39-
input "ecobee", "capability.thermostat", title: "Which ecobee thermostat?"
39+
input "ecobee", "device.myEcobeeDevice", title: "Which ecobee thermostat?"
4040

4141
}
4242
section("Polling ecobee3's remote3 sensor(s) at which interval in minutes (range=[15..59],default =30 min.)?") {

0 commit comments

Comments
 (0)