Skip to content

Commit 53c807b

Browse files
authored
Add additional sensor descriptions for Overkiz (home-assistant#155869)
1 parent dffbdf1 commit 53c807b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

homeassistant/components/overkiz/sensor.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,20 @@ class OverkizSensorDescription(SensorEntityDescription):
208208
native_unit_of_measurement=UnitOfPower.WATT,
209209
state_class=SensorStateClass.MEASUREMENT,
210210
),
211+
OverkizSensorDescription(
212+
key=OverkizState.IO_POWER_HEAT_PUMP,
213+
name="Heat pump power consumption",
214+
device_class=SensorDeviceClass.POWER,
215+
native_unit_of_measurement=UnitOfPower.WATT,
216+
state_class=SensorStateClass.MEASUREMENT,
217+
),
218+
OverkizSensorDescription(
219+
key=OverkizState.IO_POWER_HEAT_ELECTRICAL,
220+
name="Electric power consumption",
221+
device_class=SensorDeviceClass.POWER,
222+
native_unit_of_measurement=UnitOfPower.WATT,
223+
state_class=SensorStateClass.MEASUREMENT,
224+
),
211225
OverkizSensorDescription(
212226
key=OverkizState.CORE_CONSUMPTION_TARIFF1,
213227
name="Consumption tariff 1",

0 commit comments

Comments
 (0)