Custom:fold-entity-row without entity icon

Ah sorry, I see!

Well in that case, @Ildar_Gabdullin’s amazing posts will help you:

Go there and search for Hiding an icon or a state:

Youll find code like this:

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

card-mod is super useful. I have this post bookmarked whenever I am doing something outside of normal Home Assistant’s design rules:

1 Like