Icon in Auto Entities Karte ausblenden

Ich habs gerade selbst herausgefunden :slight_smile:

type: custom:auto-entities
card:
  type: entities
  card_mod:
    style: |
      ha-card {
        background: none !important;
        box-shadow: none !important;
        border: none !important;
        margin-left: -70px;
      }
filter:
  include:
    - entity_id: "*stromi*"
      state: ">0"
      options:
        icon: none;
  exclude: []
grid_options:
  columns: 12
  rows: auto

2 „Gefällt mir“