Zigbee2mqtt entity history label

I am using Hassbian & zigbee2mqtt with a Mi power plug ZigBee (ZNCZ02LM).

In my /opt/zigbee2mqtt/data/configuration.yaml I have:

devices:
  '0x00158d000268f34c':
    friendly_name: PresaAqara2
    retain: false

In customize.yaml:

switch.0x00158d000268f34c_switch:
  friendly_name: PresaAqara2_switch

my entity is in States page is :

switch.0x00158d000268f34c_switch

I even tried to modify it from the UI:
aqara

In all UI I can see “PresaAqara2_switch” but
in history I still see : “0x00158d000268f34c_switch” as label.

Why I can’t change it ?