Remove invalid state class in Subaru sensor (#85520)

This commit is contained in:
epenet
2023-01-09 23:59:17 +01:00
committed by Paulus Schoutsen
parent 9f9cdb62eb
commit c844276e95

View File

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