Looking for way to push notifications to dashboard tile

What I use for this: https://raw.githubusercontent.com/thebearmay/hubitat/main/notifyTile.groovy

And the CSS:

#tile-63 {
          !important;
          font-weight:bold;
          background-color:rgb(72,166,255);
          color:rgb(249, 255, 41);
}
#tile-63 .tile-primary {
          text-align:left;
          font-size:10px;
}
#tile-63 .last5 {
          font-size:14px;
          overflow:auto;
          display:inline-block;
}
3 Likes