Skip to content

Commit

Permalink
v1.9.6 Modified input parameter to myEcobeeDevice
Browse files Browse the repository at this point in the history
  • Loading branch information
yracine committed Aug 9, 2015
1 parent e221e3f commit 28f6089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smartapps/MonitorAndSetHumidity.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def humiditySettings() {
description: "http://github.com/yracine/device-type.myecobee/blob/master/README.md"
}
section("Monitor & set the ecobee thermostat's dehumidifer/humidifier/HRV/ERV") {
input "ecobee", "capability.thermostat", title: "Ecobee?"
input "ecobee", "device.myEcobeeDevice", title: "Ecobee?"
}
section("To this humidity level") {
input "givenHumidityLevel", "number", title: "Humidity level (default=calculated based on outside temp)", required: false
Expand Down

0 comments on commit 28f6089

Please sign in to comment.