Hi there,
I’m currently transitioning from floorplan to lovelace. In floorplan, I show the temperature without a decimal space and I do it like this:
text_template: '${entity.state ? Math.ceil(entity.state) + "°" : "unknown"}'
Can I do something like that as well with the state-label?