From fe505ddc9fc153fea0bd50665160a39a3459fb30 Mon Sep 17 00:00:00 2001 From: Yaima Valdivia Date: Wed, 6 Jan 2016 15:24:47 -0800 Subject: [PATCH] Removed degree sign from tile https://smartthings.atlassian.net/browse/DVCSMP-1318 --- .../smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy b/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy index f28323b..b439a63 100644 --- a/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy +++ b/devicetypes/smartthings/ecobee-thermostat.src/ecobee-thermostat.groovy @@ -67,7 +67,7 @@ metadata { state "setpoint", action:"raiseSetpoint", icon:"st.thermostat.thermostat-up" } valueTile("thermostatSetpoint", "device.thermostatSetpoint", width: 1, height: 1, decoration: "flat") { - state "thermostatSetpoint", label:'${currentValue}°' + state "thermostatSetpoint", label:'${currentValue}' } valueTile("currentStatus", "device.thermostatStatus", height: 1, width: 2, decoration: "flat") { state "thermostatStatus", label:'${currentValue}', backgroundColor:"#ffffff"