thomasloven / lovelace-more-info-card

🔹 Display the more-info dialog of any entity as a lovelace card
MIT License
154 stars 15 forks source link

Hide title when title set to false #21

Open PavelD opened 1 year ago

PavelD commented 1 year ago

Hello, i would like to see option for hiding info card title when is title set to false.

ThorAlex87 commented 1 year ago

I'll ad my vote for this

bkbartk commented 1 year ago

I just came accros the same issue and you could set a space

  - type: custom:more-info-card
    entity: fan.attic_fan
    title: ' '

(there is a black space between the quotes, you might not see this). this seems to remove the title.