lovelace-more-info-card icon indicating copy to clipboard operation
lovelace-more-info-card copied to clipboard

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

Open andrasp opened this issue 3 years ago • 2 comments

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.

andrasp avatar Sep 22 '22 14:09 andrasp

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

kylepyke avatar Oct 06 '22 09:10 kylepyke

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

bkbartk avatar Feb 20 '23 10:02 bkbartk