Why does Entity Button Card force ALL CAPS for labels

I was getting started with making my Lovelace Front End, and got to using horizontal stacks of Entity Button Cards (https://www.home-assistant.io/lovelace/entity-button/). But I’m trying to figure out why HA forces the labels on those cards to be all capital letters? This is the only card I can find that goes out of the way to change the case of your devices… Is there a reason for this? or can I submit a change to match the rest of HA and use the users inputted text…

Matt

Does adding a name change that? https://www.home-assistant.io/lovelace/entity-button/#name

I think this can’t be changed in the core version of the Button Card.
It’s possible in the custom version.

I brought this up as an issue on Github. It appears that even though it is a card, @balloob states it is a button and should follow the Material Design standards for buttons. I feel that HASS is ignoring most of the standards for buttons (should be colored also), and that capitalizing this for no reason make for an ugly UI (my example).

You should have included the picture in your issue (GitHub supports drag and drop), as I incorrectly thought that you were talking about the button element on an entity picture.

I think that the entity button card does not have to follow the button guideline of material design, as it’s more of a toggle or an interactive card.