nb-NO to no-NO

This commit is contained in:
juano2310
2017-02-24 15:30:24 -05:00
parent 6ef49e92bb
commit e822e7137e
3 changed files with 1 additions and 1 deletions

View File

@@ -81,7 +81,7 @@ def authPage() {
return dynamicPage(name: "auth", title: "Select Your Thermostats", uninstall: true) { return dynamicPage(name: "auth", title: "Select Your Thermostats", uninstall: true) {
section("") { section("") {
paragraph "Tap below to see the list of ecobee thermostats available in your ecobee account and select the ones you want to connect to SmartThings." paragraph "Tap below to see the list of ecobee thermostats available in your ecobee account and select the ones you want to connect to SmartThings."
input(name: "thermostats", title:"", type: "enum", required:true, multiple:true, description: "Tap to choose", metadata:[values:stats]) input(name: "thermostats", title:"Select Your Thermostats", type: "enum", required:true, multiple:true, description: "Tap to choose", metadata:[values:stats])
} }
def options = sensorsDiscovered() ?: [] def options = sensorsDiscovered() ?: []