Remove stateclass from Systemmonitor process sensor (#96973)

Remove stateclass
pull/96936/head
Joost Lekkerkerker 2023-07-21 09:00:04 +02:00 committed by Franck Nijhof
parent 26584e3660
commit fd3bdeaef1
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
1 changed files with 0 additions and 1 deletions

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(