Change device class from Volume to Volume Storage in Overkiz (#133473)

Change device class from Volume to Volume Storage
This commit is contained in:
Mick Vleeshouwer 2024-12-18 11:43:04 +01:00 committed by GitHub
parent 992afc4cd3
commit fc4100833e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -423,7 +423,7 @@ SENSOR_DESCRIPTIONS: list[OverkizSensorDescription] = [
OverkizSensorDescription(
key=OverkizState.CORE_REMAINING_HOT_WATER,
name="Warm water remaining",
device_class=SensorDeviceClass.VOLUME,
device_class=SensorDeviceClass.VOLUME_STORAGE,
state_class=SensorStateClass.MEASUREMENT,
native_unit_of_measurement=UnitOfVolume.LITERS,
),