Power flow card plus multiple individual items

Hi
HA newbie here.
I am trying to add a couple of individual entities to the Power Flow card but it is not showing the items. The code below

individual1:
    entity: sensor.myenergi_zappi_charge_added_session
    show_direction: true
  individual2:
    icon: mdi:fridge
    name: Fridge
    entity: sensor.smart_plug_mss305_energy_kwh_main_ch

display power flow as
image

I add the code below to show the 3rd device

 individual3:
    icon: mdi:dishwasher
    name: Fridge
    entity: sensor.smart_plug_mss305_energy_kwh_main_channel

But the card is not showing the 3rd item.

Following the Power Flow documentation I changed the Individual config as

i

ndividual1:
    - entity: sensor.myenergi_zappi_charge_added_session
      icon: mdi-car
      show_direction: true
    - entity: sensor.smart_plug_mss305_energy_kwh_main_channel
      icon: mdi:fridge
      name: Fridge
    - entity: sensor.wasshing_machine_today_energy
      icon: mdi:washing-machine
      name: Fridge

However, no individual entities are showing now.

What am I doing wrong?

I think you can only display 2 individual entities as of now. There was a feature request but doesn’t look like it’s a go.