Lovelace-text-input-row

yeah, thats what I do now too.

I took out the icon, and widened the margins with:

          card_mod:
            style:
              hui-generic-entity-row $: |
                state-badge {
                  display: none;
                }
              .: |
                hui-generic-entity-row {
                  margin: 0px -12px;
                }

dont think we have the option to take out the icon natively?
well besides the icon: none # or ' ' but that leaves the gap, setting it to none in card_mod really saves the space

Iā€™ve moved it even further but still trying to find the correct element to target for the Label, see šŸ”¹ Card-mod - Add css styles to any lovelace card - #4648 by Mariusthvdb

1 Like

Ive experimented a bit and updated the custom resource to at least be functional
see

Is anyone else having an issue with this card where the text inputs just donā€™t show up at all? Itā€™s only been since this latest update.

yes

1 Like

Is there an alternative to this card?

2 Likes

Sorry about the delay, but I have released a new version, 0.0.11, which should fix the issuesl with the field not showing.

2 Likes

Works for me, thanks :+1: