The cleaning lady knocked over my RPi and in the process the microSD card broke and with that I lost my entire HA config.
I have a few temperature sensors that include degree symbol “f” with the temp reading and there was a way I had set up to get the reported format on the Lovelace card for those to match other sensors that just report the numeric value, but I can’t recall what I did. Any idea how I would make the temp reading in the card on the right look like the one on the left?
When I put this entity on a Lovelace card, it only gives me the attributes Friendly Name and Unit of Measurement and the card just shows degree symbol F.
You’d have to have that in configuration.yaml, and it would create a second sensor. Also, you’d have to parse out the units if your source sensor has the units. Post a screenshot of your current sensor in developer tools → states page.