mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Change device class from Volume to Volume Storage in Overkiz (#133473)
Change device class from Volume to Volume Storage
This commit is contained in:
parent
992afc4cd3
commit
fc4100833e
@ -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,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user