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.
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.