Zigbee device friendly names

I might have had Zigbee device friendly name configuration set in “/homeassistant/zigbee2mqtt/configuration.yaml” file as follows:

devices:
  '0x00158d000806e5c0':
    friendly_name: ZsDoor001

However I noticed HA is no longer seeing friendly device names. I checked Zigbee2MQTT add on log, and I see that it broadcasts only device ID not a friendly name. Where should I place friendly names, so that I could see them on my dashboard again?