Use consistent "percent" naming in systemmonitor (#41411)

This commit is contained in:
Philip Allgaier 2020-10-11 15:52:32 +02:00 committed by GitHub
parent 1cb25cdaf7
commit b6a93724bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,