Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS Actions are not rendering text,color, or icon on Apple Watch #3525

Open
pashdown opened this issue Apr 3, 2025 · 1 comment
Open

iOS Actions are not rendering text,color, or icon on Apple Watch #3525

pashdown opened this issue Apr 3, 2025 · 1 comment
Assignees

Comments

@pashdown
Copy link

pashdown commented Apr 3, 2025

iOS device model, version and app version

Model Name: Apple Watch Series 9
Software Version: watchOS 11.3.1
App version: 2025.3 (2025.1205)

Home Assistant Core Version
2025.4.0

Describe the bug
None of the text, colors or icons from ios actions are rendering

To Reproduce
Setup an action, example:

ios:
  actions:
    - name: "GARAGE_CAR_DOOR_TOGGLE"
      background_color: "#413c17"
      label:
        text: "Garage Door"
        color: "#ff9d00"
      icon:
        icon: car-hatchback
        color: "#ff9d00"
      show_in_carplay: false
      show_in_watch: true
      use_custom_colors: true

Expected behavior
Display text, color, and icon.

Screenshots
What the Home Assistant app shows:

Image

What the Watch shows:

Image

@bgoncal
Copy link
Member

bgoncal commented Apr 8, 2025

Before moving forward, try to delete and reinstall your watch app

@bgoncal bgoncal self-assigned this Apr 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants