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?
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.