Simple Sensor UI Issue

Hello Home assistant comunity i am currently having a small issue that is causing me to tear my hair out

i have a few Smart things multi sensors in my instance and when showing on a card staticly they pull the correct “Friendly name” and when using a history graph one of the sensors defualts to the generic sensor name. i am wanting to get the firendlyt name to show in the history graph but … it no worky haha
image

Any help would be appriciated.

Thanks Alot C0mmanderCrud

Due to being a new user could only include one secreen shot

You can specify a name for an entity as a workaround.

type: history-graph
entities:
  - entity: sensor.woonkamer_sensor_temperature
    name: test
  - entity: sensor.woonkamer2_sensor_temperature
    name: test2

You are a star thanks alot friend