diff --git a/homeassistant/components/overkiz/binary_sensor.py b/homeassistant/components/overkiz/binary_sensor.py index 9f9e37d43c7..ed2ac5eb405 100644 --- a/homeassistant/components/overkiz/binary_sensor.py +++ b/homeassistant/components/overkiz/binary_sensor.py @@ -96,7 +96,7 @@ BINARY_SENSOR_DESCRIPTIONS: list[OverkizBinarySensorDescription] = [ # DomesticHotWaterProduction/WaterHeatingSystem OverkizBinarySensorDescription( key=OverkizState.IO_OPERATING_MODE_CAPABILITIES, - name="Energy Demand Status", + name="Energy demand status", device_class=BinarySensorDeviceClass.HEAT, value_fn=lambda state: ( cast(dict, state).get(OverkizCommandParam.ENERGY_DEMAND_STATUS) == 1