Using Glances V2

When i restart Home Assistant some times the “disk use” and “disk use percent” get swapped. I’ve set them in my customized.yaml

sensor.downloader_disk_used:
  friendly_name: Disk used GB
  unit_of_measurement: GiB

sensor.downloader_disk_used_2:
  friendly_name: Disk used %
  unit_of_measurement: '%'

but looking at them in Home Assistant they seem to switch entity name, which then means my alerts don’t work.

I could change so that i use either percent or GiB free, but it’s nice to have both as some boxes have 1000GB so 10 % is fine, and other boxes have 5GB for 10% is a danger.

For the time being I have e removed the free disk space, and just left the percentage one as they keep switching on restart.