#Open todo list with mobile click

1 messages · Page 1 of 1 (latest)

stiff steeple
#

I have an automation that's supposed to send an alert to mobile devices and when tapping the alert should open a specific todo list. The relevant section is below. The issue is the todo lists open but it's the first todo list, not the one i've sent todo.google_keep_shopping_list I've also tried without the todo. prefix and it still doesnt open.

This is on android with the latest home assistant app.

data:
  title: |
    {{ trigger.zone.name if trigger.zone else "Shopping Location" }}
  message: |
    Tap to open your Shopping List.
  data:
    clickAction: /todo/todo.google_keep_shopping_list
action: "{{ notify_target }}"
grand sorrel
#

try /todo?entity_id=todo.google_keep_shopping_list