dckiller51 / lovelace-body-miscale-card

Card for data of Xiaomi scales in the Lovelace user interface of Home Assistant The card is linked to the Bodymiscale custom components for Xiaomi scales. https://github.com/dckiller51/bodymiscale
MIT License
81 stars 23 forks source link

Fully hide the card header #48

Open etcho opened 9 months ago

etcho commented 9 months ago

Is it possible to hide the entire attribute header? I mean not show the background image or any of the main attributes on the top. I was able to hide everything, but the block was still there, empty but still there.

For me the header informations are useless and would be nice to show only the body of the card, saving some space on my dashboard.

If already is possible and I missed this feature, could you point me the configuration entry for that?

posreg commented 8 months ago

Hello, looking for the same option. Did you find any solution yet? Regards

etcho commented 8 months ago

@posreg not yet.

dckiller51 commented 7 months ago

Hello, the easiest way is to use the bar-card. Here's an example

Bar-card

type: custom:bar-card
entities:
  - entity: sensor.aurelien_basal_metabolism
    direction: right
    height: 30px
    width: 100%
    positions:
      icon: outside
      indicator: outside
      name: inside
      minmax: 'off'
      value: inside
    max: 3000
    min: 0
    severity:
      - color: orangered
        from: 0
        to: 1530
      - color: green
        from: 1530.01
        to: Infinity
    target: 1530
  - entity: sensor.aurelien_bmi
    name: BMI
    direction: right
    height: 30px
    width: 100%
    positions:
      icon: outside
      indicator: outside
      name: inside
      minmax: 'off'
      value: inside
    max: 40
    min: 0
    severity:
      - color: blue
        from: 0
        to: 18.5
      - color: green
        from: 18.51
        to: 25
      - color: orange
        from: 25
        to: 28
      - color: orangered
        from: 28.01
        to: 32
      - color: red
        from: 32.01
        to: Infinity
    target: 21.75
Strega-Technologies commented 2 months ago

same request here too !:

image

Thanks in advance... BR Dominic

davralin commented 2 weeks ago

Hello, the easiest way is to use the bar-card. Here's an example

Bar-card

That's no longer maintained.

I assume this is not a supported configuration for this card as of now, are there any plans/willingness to add that to this card?

dckiller51 commented 2 weeks ago

Bonjour, le plus simple est d'utiliser la carte-bar. Voici un exemple Carte à barres

Ce n'est plus maintenu.

Je suppose que ce n'est pas une configuration prise en charge pour cette carte pour le moment, existe-t-il des projets/une volonté de l'ajouter à cette carte ?

I'm doing tests at the time of the request but I haven't managed to make a compact mode.