Add device class for fuel sensor in StarLine integration (#143111)

This commit is contained in:
Franck Nijhof 2025-04-16 22:11:14 +02:00 committed by GitHub
parent 3c1d93f503
commit fa75b477e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,6 +61,7 @@ SENSOR_TYPES: tuple[SensorEntityDescription, ...] = (
SensorEntityDescription(
key="fuel",
translation_key="fuel",
device_class=SensorDeviceClass.VOLUME,
state_class=SensorStateClass.MEASUREMENT,
),
SensorEntityDescription(