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

Do not render a card title when 'title' is omitted in yaml #19

Open andrasp opened 2 years ago

andrasp commented 2 years ago

If I omit the title field in my yaml definition a default title is still generated:

type: custom:more-info-card
entity: media_player.denon_avr_x3400h
Screen Shot 2022-09-22 at 9 08 15 AM

I've also tried with an empty title but the results are the same:

type: custom:more-info-card
entity: media_player.denon_avr_x3400h
title: 

Desired Behavior

When title is omitted no title is rendered and no card space is dedicated to a title section.

kylepyke commented 2 years ago

I second this. Not sure if it's possible but I'd love to have control over which rows are omitted from the more info card. Currently, the title, icon, and toggle are redundant in my layout.

Screen Shot 2022-10-06 at 4 19 18 AM Screen Shot 2022-10-06 at 4 19 31 AM
bkbartk commented 1 year ago

https://github.com/thomasloven/lovelace-more-info-card/issues/21#issuecomment-1436675061