mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-27 21:04:15 +00:00
Rollback changes for active tile fix
This commit is contained in:
@@ -48,12 +48,6 @@ metadata {
|
||||
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