From 8f0cce8665541e4d5b2bd23f163f00d26c5f6af3 Mon Sep 17 00:00:00 2001 From: Vinay Rao Date: Fri, 21 Aug 2015 16:20:45 -0700 Subject: [PATCH] Small fix fixing tile issue on new ui --- .../smartsense-moisture-sensor.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/smartthings/smartsense-moisture-sensor.src/smartsense-moisture-sensor.groovy b/devicetypes/smartthings/smartsense-moisture-sensor.src/smartsense-moisture-sensor.groovy index a2e3c2e..be7e03a 100644 --- a/devicetypes/smartthings/smartsense-moisture-sensor.src/smartsense-moisture-sensor.groovy +++ b/devicetypes/smartthings/smartsense-moisture-sensor.src/smartsense-moisture-sensor.groovy @@ -46,7 +46,7 @@ metadata { attributeState "wet", icon:"st.alarm.water.wet", backgroundColor:"#53a7c0" } } - valueTile("temperature", "device.temperature", inactiveLabel: false) { + valueTile("temperature", "device.temperature", inactiveLabel: false, width: 2, height: 2) { state "temperature", label:'${currentValue}°', backgroundColors:[ [value: 31, color: "#153591"],