mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Remove invalid state class in Subaru sensor (#85520)
This commit is contained in:
parent
07bd208c7d
commit
069d8024a4
@ -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,
|
|
||||||
),
|
),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user