Humidity dashboard tile

I have a nitpicky change request to the Humidity tile on dashboards. Like the tiles for many battery powered devices, the battery level displays at the top. For most types of devices, that is fine. However, when I look at a sea of tiles, seeing the text "70% Humidity" gives the impression that the humidity is 70%, even though 35% appears in larger text below that. This is not a big deal, so I don't expect it to be high on the developer priority list.

2 Likes

I've got a separate dashboard for battery levels, so on my "temperatures" dashboard, I remove those battery levels from the humidity tiles with the following line in the CSS:

.humidity .tile-tertiary {display: none}

You could use that same header to move and/or resize the battery levels.

That worked. Thanks.

1 Like