From 2cb664bad5029dd24f2f9be174fd0f01bb704456 Mon Sep 17 00:00:00 2001 From: Steven Green Date: Thu, 25 Jun 2020 13:41:17 -0700 Subject: [PATCH] CHAD-3909 Set garage sensor preference to empty string (#35341) This will be coupled with a future plugin change to add a call to action as part of the ui element. --- .../smartsense-multi-sensor.src/smartsense-multi-sensor.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/smartthings/smartsense-multi-sensor.src/smartsense-multi-sensor.groovy b/devicetypes/smartthings/smartsense-multi-sensor.src/smartsense-multi-sensor.groovy index 95c8c4737c3..78a0e69e43f 100755 --- a/devicetypes/smartthings/smartsense-multi-sensor.src/smartsense-multi-sensor.groovy +++ b/devicetypes/smartthings/smartsense-multi-sensor.src/smartsense-multi-sensor.groovy @@ -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) } }