Skip to content

Commit

Permalink
CHAD-3909 Set garage sensor preference to empty string (#35341)
Browse files Browse the repository at this point in the history
This will be coupled with a future plugin change to add a call to action as part of the ui element.
  • Loading branch information
greens authored Jun 25, 2020
1 parent e6bebe7 commit 2cb664b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ metadata {
input "tempOffset", "number", title: "Temperature offset", description: "Select how many degrees to adjust the temperature.", range: "*..*", displayDuringSetup: false
}
section {
input("garageSensor", "enum", title: "Use on garage door", options: ["Yes", "No"], defaultValue: "No", required: false, displayDuringSetup: false)
input("garageSensor", "enum", title: "Use on garage door", description: "", options: ["Yes", "No"], defaultValue: "No", required: false, displayDuringSetup: false)
}
}

Expand Down

0 comments on commit 2cb664b

Please sign in to comment.