Customizing a Variable Tile

I have a boolean variable that I display on a dashboard, represented by state icons, and when tapped, toggles the variable (and changes the icon).

I would like to also display a custom value (instead of true/false) in the footer of this tile, such as enabled/disabled (based on the variable’s true/false value), but am unable to find out to do this with the standard tile or super tile. Is this possible?

How about replacing the icon with this one?
ENABLED

Here’s a .png if you prefer it over the .svg

You could use a Super Tile and use an icon associated with the true / false variable, then have a rule that sets a text variable based on your true/false variable changing with whatever value you want and use that text variable below the icon.

Thanks to you both. I’ll use your icon @JKB121, appreciate the work. Josh, I’ll keep your idea in mind for more complex tiles.

1 Like