Tasmota data not available as datasource on energy dashboard

Hi,

i successfully connected a Tasmota based device to my Smart Meter. I can read the data and send it to Home Assistant.

I added the following customization to my configuration.yaml.

homeassistant:   
  customize: 
    sensor.energyw1_sm_energy_in:
      device_class: energy
      unit_of_measurement: Wh
      state_class: total_increasing
    sensor.energyw1_sm_energy_in_t1:
      device_class: energy
      unit_of_measurement: Wh
      state_class: total_increasing
    sensor.energyw1_sm_energy_in_t2:
      device_class: energy
      unit_of_measurement: Wh
      state_class: total_increasing    
    sensor.energyw1_sm_energy_out:
      device_class: energy
      unit_of_measurement: Wh
      state_class: total_increasing    
    sensor.energyw1_sm_power_current_total:
      device_class: power
      unit_of_measurement: W
    sensor.energyw1_sm_power_current_l1:
      device_class: power
      unit_of_measurement: W
    sensor.energyw1_sm_power_current_l2:
      device_class: power
      unit_of_measurement: W
    sensor.energyw1_sm_power_current_l3:
      device_class: power
      unit_of_measurement: W
    sensor.energyw1_sm_voltage_l1:
      device_class: voltage
      unit_of_measurement: V
    sensor.energyw1_sm_voltage_l2:
      device_class: voltage
      unit_of_measurement: V
    sensor.energyw1_sm_voltage_l3:
      device_class: voltage
      unit_of_measurement: V

The units are displayed on the device page. However I’m still not able to select “sensor.energyw1_sm_energy_in” on the energy dashboard.

Any suggestions what wrong with my configuration?

BR daskorn

image

But I can select a sensor which does not exist at all. I cannot find it in the dev console.