nervetattoo / banner-card

A fluffy banner card for Home Assistant 🥰
MIT License
608 stars 58 forks source link

heading does not include icons #100

Open prankousky opened 3 years ago

prankousky commented 3 years ago

Hi everybody,

I am trying to set up one custom:banner-card per room on my VIP dashboard (containing an overview of the most important entities).

This is my code

- type: "custom:banner-card"
  heading: [mdi:star, VIP]
  entities:
    - entity: binary_sensor.zwischenzimmer_tuer_contact
      name: Zwischenzimmer
      icon: mdi:door
    - entity: binary_sensor.draussen_gartentor_contact
      name: Tor
      icon: mdi:door
    - entity: sensor.beidesindda
      name: Beide
      icon: mdi:heart

This is the result:

grafik

I have tried different versions for the heading, for example, I changed it to

  heading: 
    - "mdi:star"
    - VIP

No success.

I have tried different icon values, for example mdi:heart (which definitely works with this card, as it is used for the sensor above and does show up) and hass:star, but they won't work, either.

Can you please help me fix this?

Thank you in advance :)

conradhagemans commented 3 years ago

I am using:

heading:
  - "\U0001F5A5 Computer"

This works