IAMMETER energy integration

Hi all
i am trying to add 2 energy meters in to the new energy feature in Home Assistant
i have them connected and reporting to HA but when i click the drop down menu i get nothing

vie tried copying the line from developer tools but no luck

Has anyone else played around with the energy tab

You have a temporary solution on iammeter community page (accesible via link in your iammeter page). After doing that entities will appear in energy tab.
However, i found out that this energy tab is pretty much useless for those, who have only consumption (without any energy producing). I don’t have solar panels etc… so i only monitor my consumption, so i rather created a lovelace tab with all necesarry data.

Thanks Protoncek
this is what i added



homeassistant:
  customize_glob:
    sensor.*_importenergy:
      last_reset: '1970-01-01T00:00:00+00:00'
      device_class: energy
      state_class: measurement
    sensor.*_exportgrid:
      last_reset: '1970-01-01T00:00:00+00:00'
      device_class: energy
      state_class: measurement 


sensor:
  
    #Grid  
  - platform: iammeter
    host: 192.168.1.31
    name: Grid
    #PV
  - platform: iammeter
    host: 192.168.1.32
    name: PV