lovelace-more-info-card
lovelace-more-info-card copied to clipboard
Do not render a card title when 'title' is omitted in yaml
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
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.
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