Remove invalid unit of measurement from Glances (#73983)

pull/74084/head
Franck Nijhof 2022-06-28 01:46:58 +02:00 committed by GitHub
parent e8917af823
commit 09dca3cd94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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