I just created a similar automation but for some reason it opened up in a web browser instead of the native HA app… any ideas why?
EDIT: resolve this issue by changing the clickAction URL to: clickAction: /todo/bunnings-list
(where ‘bunnings-list’ is the name of my list) and not having a url:
at all.
EDIT 2: Actually, the only reason it is pulling up the correect list is because thats the first one I have alphabetically… I can’t figure out how to get the correct one to open
EDIT again… sorted:
service: notify.mobile_app_dave_s_s22
metadata: {}
data:
title: Shopping List
message: Supermarket
data:
actions:
- action: URI
title: Show list
uri: /todo?entity_id=todo.supermarket
ttl: 0
priority: high