Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show icon for entity instead of the name #128

Open
ChristophCaina opened this issue Oct 6, 2021 · 0 comments
Open

show icon for entity instead of the name #128

ChristophCaina opened this issue Oct 6, 2021 · 0 comments

Comments

@ChristophCaina
Copy link

Hi,
I would like to show an Icon instead of the name for an entity.
Unfortunately, it seems that this isn't working.

As soon as I configure the Icon for the entity, the state is gone.

grafik

type: custom:banner-card
background: '#fff2cc'
row_size: 4
heading: Terrarium 1
entities:
  - entity: sensor.t1_animal_name
    name: null
  - entity: sensor.t1_animal_fam
    name: null
  - entity: binary_sensor.t1_daylight
    name: Tageslicht
  - entity: binary_sensor.t1_heating
    name: Wärme
  - entity: sensor.t1_temperature
    name: null
  - entity: sensor.t1_humidity
    name: null
  - entity: sensor.t1_daylight_sunrise
    icon: mdi:weather-sunset-up
    name: 
  - entity: sensor.t1_daylight_sunset
    name: Sonnenuntergang
    icon: mdi:weather-sunset-down
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant