Remove stateclass from Systemmonitor process sensor (#96973)
Remove stateclass
This commit is contained in:
parent
e2394b34bd
commit
e9eb8a4754
1 changed files with 0 additions and 1 deletions
|
@ -205,7 +205,6 @@ SENSOR_TYPES: dict[str, SysMonitorSensorEntityDescription] = {
|
||||||
key="process",
|
key="process",
|
||||||
name="Process",
|
name="Process",
|
||||||
icon=CPU_ICON,
|
icon=CPU_ICON,
|
||||||
state_class=SensorStateClass.MEASUREMENT,
|
|
||||||
mandatory_arg=True,
|
mandatory_arg=True,
|
||||||
),
|
),
|
||||||
"processor_use": SysMonitorSensorEntityDescription(
|
"processor_use": SysMonitorSensorEntityDescription(
|
||||||
|
|
Loading…
Add table
Reference in a new issue