elements:
- type: state-icon
title: null
Put some air in your rear left!
1 Like
lol will do. I was using state-badge that didn’t seem to have the exact property I needed. I went ahead and changed it to state-label and that works ok
A possible way to remove a name for “state-badge” (as it was asked in the 1st post) is using a style:
- type: state-badge
entity: xxxxx
style:
color: transparent
top: ...
left: ...
3 Likes
this works great and i can use state badge again. thanks!
1 Like
btw., i just found, that state-badge title: null does work too
works nice. It removes the text. But I cant use a default title. Am I doing something wrong?
What is a “default title”?