Add warm water remaining volume sensor to Overkiz (#120718)
* warm water remaining volume sensor * Update homeassistant/components/overkiz/sensor.py Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com> --------- Co-authored-by: Dave T <17680170+davet2001@users.noreply.github.com>
This commit is contained in:
parent
03c6e0c55f
commit
84de2da19f
1 changed files with 7 additions and 0 deletions
|
@ -420,6 +420,13 @@ SENSOR_DESCRIPTIONS: list[OverkizSensorDescription] = [
|
|||
state_class=SensorStateClass.MEASUREMENT,
|
||||
native_unit_of_measurement=UnitOfTemperature.CELSIUS,
|
||||
),
|
||||
OverkizSensorDescription(
|
||||
key=OverkizState.CORE_REMAINING_HOT_WATER,
|
||||
name="Warm water remaining",
|
||||
device_class=SensorDeviceClass.VOLUME,
|
||||
state_class=SensorStateClass.MEASUREMENT,
|
||||
native_unit_of_measurement=UnitOfVolume.LITERS,
|
||||
),
|
||||
# Cover
|
||||
OverkizSensorDescription(
|
||||
key=OverkizState.CORE_TARGET_CLOSURE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue