[ST Edge] Wrong labels in Detail page for custom drivers

I created a new driver for my zigbee device with a label for each component.

The labels show correctly in the automation page but not in the details page.

Automation page

Details page

name: multi-smart-plug.v5
components:
  - id: main
    label: Plug 1
    capabilities:
      - id: actuator
        version: 1
      - id: configuration
        version: 1
      - id: refresh
        version: 1
      - id: healthCheck
        version: 1
      - id: switch
        version: 1
    categories:
      - name: SmartPlug
  - id: main_2
    label: Plug 2
    capabilities:
      - id: actuator
        version: 1
      - id: refresh
        version: 1
      - id: healthCheck
        version: 1
      - id: switch
        version: 1
    categories:
      - name: SmartPlug
  - id: main_3
    label: Plug 3
    capabilities:
      - id: actuator
        version: 1
      - id: refresh
        version: 1
      - id: healthCheck
        version: 1
      - id: switch
        version: 1
    categories:
      - name: SmartPlug
  - id: main_4
    label: Plug 4
    capabilities:
      - id: actuator
        version: 1
      - id: refresh
        version: 1
      - id: healthCheck
        version: 1
      - id: switch
        version: 1
    categories:
      - name: SmartPlug
  - id: main_5
    label: USB Plugs
    capabilities:
      - id: actuator
        version: 1
      - id: refresh
        version: 1
      - id: healthCheck
        version: 1
      - id: switch
        version: 1
    categories:
      - name: SmartPlug
metadata:
  deviceType: SmartPlug
  ocfDeviceType: oic.d.smartplug
  deviceTypeId: SmartPlug
1 Like

Hi!
Can you share your device profile definition, please? I mean the content of the yml file in the /profiles directory (you can omit the preferences)

Updated the first post with the code.

Thank you for the information, I’ll make some tests and let you know my results. :smiley:

1 Like

Hi! Just following up to let you know that I already reported this issue to the engineering team. I was able to replicate it and provide the necessary information.
As soon as I get feedback from the team, I’ll share it with you.

Thank you for bringing this to our attention! :smiley:

2 Likes