Update the background image for arrival devices

This commit is contained in:
Matt Nohr
2015-10-14 12:00:26 -05:00
parent 73415f59e1
commit cd81871f90
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ metadata {
tiles {
standardTile("presence", "device.presence", width: 2, height: 2, canChangeBackground: true) {
state("present", labelIcon:"st.presence.tile.mobile-present", backgroundColor:"#53a7c0")
state("not present", labelIcon:"st.presence.tile.mobile-not-present", backgroundColor:"#ffffff")
state("not present", labelIcon:"st.presence.tile.mobile-not-present", backgroundColor:"#ebeef2")
}
main "presence"
details "presence"