Small fix fixing tile issue on new ui

This commit is contained in:
Vinay Rao
2015-08-21 16:20:45 -07:00
parent d2fc763a0e
commit 8f0cce8665

View File

@@ -46,7 +46,7 @@ metadata {
attributeState "wet", icon:"st.alarm.water.wet", backgroundColor:"#53a7c0" 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}°', state "temperature", label:'${currentValue}°',
backgroundColors:[ backgroundColors:[
[value: 31, color: "#153591"], [value: 31, color: "#153591"],