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?
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: