ironsheep / lovelace-rpi-monitor-card

A Raspberry Pi status display Card for Home Assistant Lovelace
MIT License
195 stars 9 forks source link

The card always show the title #43

Closed PacmanForever closed 1 year ago

PacmanForever commented 1 year ago

and have you...

Version of RPi Monitor Card

1.3.3

Is this a regression?

Yes. This used to work, but now it doesn't.

Browser and Operating system

Browser: Firefox OS: Windows

Description of problem

The card always show the title even if you put:

    show_title: false

Errors in Browser Console

No response

Additional information

No response

PacmanForever commented 1 year ago

The same with:

    show_os_age: false
    show_update_age: false
ironsheep commented 1 year ago

Hrmf! Thanks for reporting this!

I'm working on the card yet today to remove the disk-used calculations that no longer need to be in the card. (Latest Daemon update fixed the reported values.)

I'll make sure this is working again in today's release.

ironsheep commented 1 year ago

Changes committed, appear in v1.3.4 and later

PacmanForever commented 1 year ago

Thanks, now it works fine.