Trying to remove the space for the icon in Entities card

Assuming you have Card-Mod installed, this should do the trick:

card_mod:
  style:
    hui-generic-entity-row $: |
      state-badge {
        display: none;
      }

See this post:

3 Likes