From b6a93724bf54e5a6eb9b9d6ab4e95ad725960ea7 Mon Sep 17 00:00:00 2001 From: Philip Allgaier Date: Sun, 11 Oct 2020 15:52:32 +0200 Subject: [PATCH] Use consistent "percent" naming in systemmonitor (#41411) --- homeassistant/components/systemmonitor/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/systemmonitor/sensor.py b/homeassistant/components/systemmonitor/sensor.py index e29081257e0..1aa6bcdea75 100644 --- a/homeassistant/components/systemmonitor/sensor.py +++ b/homeassistant/components/systemmonitor/sensor.py @@ -79,7 +79,7 @@ SENSOR_TYPES = { True, ], "process": ["Process", " ", CPU_ICON, None, True], - "processor_use": ["Processor use", PERCENTAGE, CPU_ICON, None, False], + "processor_use": ["Processor use (percent)", PERCENTAGE, CPU_ICON, None, False], "processor_temperature": [ "Processor temperature", TEMP_CELSIUS,