mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-08 05:31:56 +00:00
Small fix fixing tile issue on new ui
This commit is contained in:
@@ -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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user