Energy management Add Consumption off peak Utility Meter not available to select

Following the Utility Meter guide I have created peak and off peak sensors.

utility_meter:
  daily_energy:
    source: sensor.myenergi_our_hub_grid_import_today
    name: Daily Energy
    cycle: daily
    tariffs:
      - peak
      - offpeak
  monthly_energy:
    source: sensor.myenergi_our_hub_grid_import_today
    name: Monthly Energy
    cycle: monthly
    tariffs:
      - peak
      - offpeak
    offset:
      days: 7

However only the peak sensor is available within Energy management > Add Consumption

What am I doing wrong, how can I also include off peak consumption?

looking to solve a similar problem when energy sensors from my inverter are in home assistant via MQTT but they don’t appear as entities to add in the energy dashboard.

Did you you ever solve this?

btw I solved following this approach from the docs Integration - Riemann sum integral - Home Assistant

sensor:
  - platform: integration
    source: sensor.current_power
    name: energy_spent
    unit_prefix: k
    round: 2

it took about an hour before the energy use started to accumulate and show on the energy dashbboard