mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Use consistent "percent" naming in systemmonitor (#41411)
This commit is contained in:
parent
1cb25cdaf7
commit
b6a93724bf
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user