Remove invalid unit of measurement from Glances (#73983)

This commit is contained in:
Franck Nijhof
2022-06-28 01:46:58 +02:00
committed by GitHub
parent e8917af823
commit 09dca3cd94

View File

@@ -142,7 +142,6 @@ SENSOR_TYPES: tuple[GlancesSensorEntityDescription, ...] = (
key="process_sleeping", key="process_sleeping",
type="processcount", type="processcount",
name_suffix="Sleeping", name_suffix="Sleeping",
native_unit_of_measurement="",
icon=CPU_ICON, icon=CPU_ICON,
state_class=SensorStateClass.MEASUREMENT, state_class=SensorStateClass.MEASUREMENT,
), ),