Is is possible to blank out sensor name

When you add a sensor to lovelace and leave the name blank it shows the entity name. My screen real estate doesn’t allow a name at all and I’d like to blank it out.

Haven’t found anything here https://www.home-assistant.io/lovelace/sensor/ but I’m sure this is possible. Any attempt at blanking this out such as “”, null etc. failed as it’s seen simply as a string.

Is this possible?

You can just set an empty name in the card for it:

type: sensor
entity: sensor.hacs
graph: line
name: ' '
2 Likes

Thanks. Works a treat.

One thing I was wondering is where this lovelace code sits, i.e. every time I open the code editor of a particular card. Is there a “lovelave.yaml” or similar somewhere where the whole dashboard is captured?

Yes. config/.storage/lovelace

2 Likes