From 09dca3cd9478d0fbc12ee143b8e858e31e69e559 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 28 Jun 2022 01:46:58 +0200 Subject: [PATCH] Remove invalid unit of measurement from Glances (#73983) --- homeassistant/components/glances/const.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/glances/const.py b/homeassistant/components/glances/const.py index 3fd26165283..d28c7395a43 100644 --- a/homeassistant/components/glances/const.py +++ b/homeassistant/components/glances/const.py @@ -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, ),