Android Notifications - Does anyone have colors or group working?

Trying to work with actionable notifications in node-red but even just testing in developer tools I can’t change the color or get any icons to show up.

action: notify.mobile_app
metadata: {}
data:
  message: |
    test
  data:
    notification_icon: mdi:penguin
    ttl: 0
    color: red
    priority: high
    actions:
      - action: Remind
        title: Action 1
        icon: sfsymbols:xmark
        destructive: true
  title: Test

also setting
group: “Laundry”

works but only on the second message. The first message sends without a group then the second one I finally see the group name on the message.

Hi,

Color works for me without the “”

ttl: 0
priority: high
color: red

I tried that also and didn’t see a change at all.

Does the color work when you reduce the data part to

action: notify.mobile_app
data:
  message: test
  data:
    ttl: 0
    priority: high
    color: red

What version of Android? It may be an issue caused by the OS discussed here.

Samsung device?

I tried reducing it down to just

action: notify.mobile_app
data:
  message: test
  data:
    ttl: 0
    priority: high
    color: red

That didn’t work either. Perhaps it’s just an issue with android right now. I have a Pixel 10 Pro also which is exactly what that issue mentions. No color and group name shows up sometimes but not always and I tried sending multiple messages / different groups and using the channel tag none of which worked reliably. I suppose it is what it is right now. I appreciate the responses though.

Google broke (removed) color and icon function a few Android versions ago… do a web search, it is posted at least 50 times when I looked it up a month ago while trying to fix a blueprint to make it work.