Fix device class of water consumption sensor in Overkiz (#122766)
Fixes #118959
This commit is contained in:
parent
07c7bb8b2a
commit
61d4bc1430
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ SENSOR_DESCRIPTIONS: list[OverkizSensorDescription] = [
|
|||
name="Water consumption",
|
||||
icon="mdi:water",
|
||||
native_unit_of_measurement=UnitOfVolume.LITERS,
|
||||
device_class=SensorDeviceClass.VOLUME,
|
||||
device_class=SensorDeviceClass.WATER,
|
||||
state_class=SensorStateClass.TOTAL_INCREASING,
|
||||
),
|
||||
OverkizSensorDescription(
|
||||
|
|
Loading…
Add table
Reference in a new issue