I would like to hide the name from area card and rely on pictures instead, if there was a show_name ; false, then that would be great.
I agree that some cards need updating! However, to quickly solve your problem now, you can use a single space " " as name, this hides it aswell.
1 Like
i did that in my old house, but in my new one with ~20 rooms i would need a name like ____________________ so its a bit unbearable. thanks for replying
Well, you don’t actually have to name them a space. You could just change the name displayed in the UI
How, i couldnt figure out how to do that.
Well anyway. i found out if you add this with card-mod it removes it
card_mod:
style: |
ha-card div.bottom div.name {
display: none !important;
}