PowerCalc and Energy portal HA

Hey All,

I did some search options but didn’t get the info.

I installed the PowerCalc integrations and created groups in YAML.
But when I want to add the into the energy portal of HA they not snow up.

Is it even possible to add them, or is the config of the sensors are not created the correct way to able to add them?

sensors:
  - create_group: PowerCalc Bedroom
    entities:
      - entity_id: light.bedroom_1
      - entity_id: light.bedroom_2
      - entity_id: light.bedroom_3
      - entity_id: light.bedroom_4
      - entity_id: light.bedroom_5
      - entity_id: light.bedroom_6

  - create_group: PowerCalc Bathroom
    entities:
      - entity_id: light.bathroom_1
      - entity_id: light.bathroom_2
      - entity_id: light.bathroom_3
      - entity_id: light.bathroom_4

  - create_group: PowerCalc Livingroom
    entities:
      - entity_id: light.livingroom_1
      - entity_id: light.livingroom_2
      - entity_id: light.livingroom_3
      - entity_id: light.livingroom_4

  - create_group: PowerCalc Dressoir
    entities:
      - entity_id: light.dressoir_1
      - entity_id: light.dressoir_2
      - entity_id: light.dressoir_3

  - create_group: PowerCalc Kitchen
    entities:
      - entity_id: light.ceiling_1
      - entity_id: light.ceiling_2
      - entity_id: light.ceiling_3
      - entity_id: light.sink_1
      - entity_id: light.sink_2
      - entity_id: light.sink_3

  - create_group: PowerCalc Toilet
    entities:
      - entity_id: light.toilet_1
      - entity_id: light.toilet_2
      - entity_id: light.toilet_3

I was to fast with my post:

https://docs.powercalc.nl/quick-start/?h=energy+dashb#energy-dashboard

At the end of the page its written how to do this.