File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
homeassistant/components/overkiz Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments