Hide name on button #330
Closed
Answered
by
Clooos
mutasim
asked this question in
Questions about config, custom styles and templates
-
Is it possible to have no name and just icon on a button? |
Beta Was this translation helpful? Give feedback.
Answered by
Clooos
Nov 18, 2023
Replies: 1 comment
-
Hi! Yes it's possible, try that: type: custom:bubble-card
card_type: button
entity: your.entity
name: []
styles: >
ha-card {
width: 50px;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
MrBearPresident
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! Yes it's possible, try that: