Remove stateclass from Systemmonitor process sensor (#96973)

Remove stateclass
This commit is contained in:
Joost Lekkerkerker 2023-07-21 09:00:04 +02:00 committed by GitHub
parent e2394b34bd
commit e9eb8a4754
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,6 @@ SENSOR_TYPES: dict[str, SysMonitorSensorEntityDescription] = {
key="process",
name="Process",
icon=CPU_ICON,
state_class=SensorStateClass.MEASUREMENT,
mandatory_arg=True,
),
"processor_use": SysMonitorSensorEntityDescription(