#Android app opening shopping list in browser not HA app

1 messages · Page 1 of 1 (latest)

tawny dome
#

Automation:

alias: When B adds new list item, notify if A is away
description: ""
triggers:
  - trigger: event
    event_type: shopping_list_updated
    event_data:
      action: add
    context:
      user_id:
        - redacted
conditions:
  - condition: state
    entity_id: person.a
    state: not_home
actions:
  - action: notify.mobile_app_a_iphone_14_pro
    metadata: {}
    data:
      message: "{{ trigger.event.data.item.name }} has been added to the shopping list."
      data:
        clickAction: /shopping-list
        url: /shopping-list
      title: Shopping

When this automation is triggered, a notification is sent to the android device but when you click it, it opens in the browser, not the HA android app. Any ideas? Is this a bug with the shopping list integration or HA app? It works fine on iOS...

open in app seems to be set in the browser... (duckduckgo browser)

latest ha android app

Installation method Home Assistant OS
Core 2025.8.3
Supervisor 2025.08.3
Operating System 16.1
Frontend 20250811.1```
vivid wing
#

Can you try it with the link for the actual todo list instead of /shopping-list?