Remove invalid state class in Subaru sensor (#85520)

This commit is contained in:
epenet
2023-01-09 23:59:17 +01:00
committed by GitHub
parent 07bd208c7d
commit 069d8024a4

View File

@@ -131,7 +131,6 @@ EV_SENSORS = [
key=sc.EV_TIME_TO_FULLY_CHARGED_UTC,
device_class=SensorDeviceClass.TIMESTAMP,
name="EV time to full charge",
state_class=SensorStateClass.MEASUREMENT,
),
]