Skip to content

Commit

Permalink
Remove invalid state class in Subaru sensor (#85520)
Browse files Browse the repository at this point in the history
  • Loading branch information
epenet authored Jan 9, 2023
1 parent 07bd208 commit 069d802
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion homeassistant/components/subaru/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@
key=sc.EV_TIME_TO_FULLY_CHARGED_UTC,
device_class=SensorDeviceClass.TIMESTAMP,
name="EV time to full charge",
state_class=SensorStateClass.MEASUREMENT,
),
]

Expand Down

0 comments on commit 069d802

Please sign in to comment.