-
Notifications
You must be signed in to change notification settings - Fork 269
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.1.9 modifed input parameter to myEcobeeDevice - must be used with …
…v2.1.9 of MyEcobeeDevice
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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\n[email protected]\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.)?") { | ||
|