We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 186b361 commit 2b348d6Copy full SHA for 2b348d6
smartapps/ecobeeSetZoneWithSchedule.groovy
@@ -50,7 +50,7 @@ def generalSetupPage() {
50
description: "http://github.com/yracine/device-type.myecobee/blob/master/README.md"
51
}
52
section("Main ecobee thermostat at home") {
53
- input (name:"thermostat", type: "capability.thermostat", title: "Which main ecobee thermostat?")
+ input (name:"thermostat", type: "device.myEcobeeDevice", title: "Which main ecobee thermostat?")
54
55
section("Rooms count") {
56
input (name:"roomsCount", title: "Rooms count (max=16)?", type: "number",refreshAfterSelection: true)
0 commit comments