[ST Edge] Temperature Scale set for the location

hello @nayelyz
I’m back to you since I’m trying to apply your suggestion using the embedded device configuration approach.
I’m trying to change the default “Power meter” label to the new “My power gadget” - for a powerMeter components - but the attribute does not change.
here is the simple profile yaml - what is wrong in my approach?

name: lanpower.v1
components:
- id: main
  capabilities:
  - id: energyMeter
    version: 1
  - id: powerMeter
    config:
      values:
        - key: "power.value"
          label: "My power gadget"

Hi!
When you install the device, the presentation is generated automatically, have you seen if the presentation has that configuration applied?
You can check that with the command:

smartthings presentation VID -j

The embedded device configurations don’t support every property that the device config does, so, it’s possible it’s not being recognized.