mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-21 05:10:50 +00:00
Merge pull request #79 from mrnohr/main-tile-fix
Fix for main tile issue
This commit is contained in:
@@ -47,6 +47,13 @@ metadata {
|
||||
valueTile("battery", "device.battery", decoration: "flat", inactiveLabel: false, width: 2, height: 2) {
|
||||
state "battery", label:'${currentValue}% battery', unit:""
|
||||
}
|
||||
|
||||
//This tile is a temporary fix so users can select main tiles again
|
||||
standardTile("CONVERTED-MULTI-device.water", "device.water", width: 4, height: 4) {
|
||||
state "dry", icon:"st.alarm.water.dry", backgroundColor:"#ffffff"
|
||||
state "wet", icon:"st.alarm.water.wet", backgroundColor:"#53a7c0"
|
||||
}
|
||||
|
||||
main (["water", "temperature"])
|
||||
details(["water", "temperature", "battery"])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user