mirror of
https://github.com/home-assistant/core.git
synced 2026-08-28 10:16:02 -05:00
Fix sensor state class for fuel sensor in StarLine integration (#146769)
This commit is contained in:
@@ -62,7 +62,7 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
|
||||
key="fuel",
|
||||
translation_key="fuel",
|
||||
device_class=SensorDeviceClass.VOLUME,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
state_class=SensorStateClass.TOTAL,
|
||||
),
|
||||
SensorEntityDescription(
|
||||
key="errors",
|
||||
|
||||
Reference in New Issue
Block a user