Global Variable Not Displaying As Temperature

I have a Hub level variable based on the average temperature of several sensors. The variable is using the temp sensor connector. When I assign this to a tile in the dashboard it is only displaying a simple number, not in temperature format: It shows 12 instead of 12° F

Is this a bug or is there a way to fix this formatting I am missing?

If you only need it on a tile you can add it with a bit of CSS The Noob's (in)complete guide to CSS for Hubitat - #2 by rocketwiz

1 Like

Thanks for the response and it seems simple enough -- but why isn't it working as It should? The variable is declared a temperature, the display is using a temperature template. Shouldn't it be displayed properly?