mirror of
https://github.com/home-assistant/core.git
synced 2025-08-12 09:05:15 +02:00
Remove stateclass from Systemmonitor process sensor (#96973)
Remove stateclass
This commit is contained in:
committed by
Franck Nijhof
parent
26584e3660
commit
fd3bdeaef1
@@ -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(
|
||||||
|
Reference in New Issue
Block a user