Open andrasp opened 2 years ago
If I omit the title field in my yaml definition a default title is still generated:
title
type: custom:more-info-card entity: media_player.denon_avr_x3400h
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:
When title is omitted no title is rendered and no card space is dedicated to a title section.
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.
https://github.com/thomasloven/lovelace-more-info-card/issues/21#issuecomment-1436675061
If I omit the
title
field in my yaml definition a default title is still generated:I've also tried with an empty
title
but the results are the same:Desired Behavior
When
title
is omitted no title is rendered and no card space is dedicated to a title section.