Naming pattern in utility_sensor

I’m a little confused about the naming scheme with my utility meters (and I have a lot of them running).
Since 2021.8 and the integration of the energy panel, my utility meters going totally wild. After the first update none of them worked:
Yaml is:

  energy_solarpower_d: #Solaranlage
    source: sensor.shelly_shem_e4572d_1_total_consumption
    cycle: daily
    name: Stromproduktion Photovoltaik täglich

Sensor name expected: ‘energy_solarpower_d’ as in the first row. But actually since the update it’s sensor.Stromproduktion_Photovoltaik_täglich. Is this a bug? I want the sensor to be named as in the yaml, and the friendly name should be as described in name.

Did I got something wrong?