Renaming utility meter sensors

I’m looking to rename the utility meter sensors below so that it displays their name without the underscores in the energy dashboard but it is not working for me.
Any idea why/how to fix it?
image
They look correct to me:

inverter_daily_energy_import:
  source: sensor.grid_import_today
  name: Import Today
  cycle: daily
  tariffs:
    - peak
inverter_daily_energy_export:
  source: sensor.grid_export_today
  name: Export Today
  cycle: daily
  tariffs:
    - peak
inverter_solar_generation:
  source: sensor.solar_generation_today
  name: Solar Generation Today
  cycle: daily
  tariffs:
    - peak

The friendly name is wrong


But I have also tried setting friendly_name in customize.yaml for the sensors but it won’t allow me to:

Same problem here!

I was just about to post this separately and it popped up this thread.

The doco says:
image

My definition:
image

What appears in the GUI:

Something is definitely not working as the doco says it should. And because utility meter type does not accept a unique_id (why??) you can’t do anything about it in the GUI.