Actionable notifications on Android auto

I have an actionable notification with 3 choices.
The 3 choices are shown on my phone, but on Android auto, a single button is shown, and I don’t really know what it does.

Practically, it seems to trigger all 3 choices, but I’m not really sure (one of the choice is “all”).

Is there a logic behind what that single button do?

thats really more for how the car displays it as it mirrors them, I can test later today in my car but I was pretty sure it showed all 3 choices.

1 Like

@dshokouhi Did you have a chance to test on your side to check whether it was a car problem?
Thanks

honestly no it slipped my mind, will try to remember for today :sweat_smile:

1 Like

using the below YAML for 3 actions I see all 3 in my car. The third being just an icon

  - service: notify.mobile_app_dannys_pixel_9_pro_xl
    data:
      message: testing actions
      data:
        notification_icon: "mdi:gesture-tap-button"
        ttl: 0
        priority: high
        car_ui: true
        actions:
        - action: 'action1'
          title: test
        - action: REPLY
          title: reply
        - action: 'action2'
          title: test1

Ok, thanks.
I’ll do more tests to seek out a pattern on my side