iOS icon indicating copy to clipboard operation
iOS copied to clipboard

Action name instead of label being used

Open alphasixtyfive opened this issue 3 years ago • 1 comments

Device model, version and app version

Model Name: MacBook Pro 13Inch 2018 macOS Version: Ventura 13.0.1 App Version: 2022.10.1 (2022.424) Safari Version: 16.1

Home Assistant Core Version 2022.11.2

Describe the bug

MacOS app displays action name instead of label within the app while label is correctly used on iPhone and Apple Watch.

To Reproduce

ios:
  actions:
    - name: LIGHTS_OFF
      background_color: "#607D8B"
      label:
        text: "Lights off"
        color: "#ffffff"
      icon:
        icon: lightbulb-group-off
        color: "#ffffff"

    - name: FRONT_GATE_TOGGLE
      background_color: "#3949AB"
      label:
        text: "Front gate"
        color: "#ffffff"
      icon:
        icon: gate
        color: "#ffffff"

    - name: REAR_GATE_TOGGLE
      background_color: "#388E3C"
      label:
        text: "Front gate"
        color: "#ffffff"
      icon:
        icon: gate
        color: "#ffffff"

Expected behavior

Screenshots

Screenshot 2022-11-15 at 15 32 44

alphasixtyfive avatar Nov 15 '22 15:11 alphasixtyfive

This is still an issue in 2023.7 (2023.471) -- the action name field is being used rather than the text field and does not match what's shown under appearance like it does under iOS/iPadOS widgets and force touch menu, and watchOS.

companion_macos_wrong_label

jdwhite avatar Nov 21 '23 17:11 jdwhite