e.g. When I enter a zone I have defined around a shop and there are items in that shopping/todo list I get this notification that allows me to directly open the relevant todo list:
action:
- service: notify.mobile_app_iphone13
data:
message: "🛒 Time to shop? (long click to open list)"
data:
actions:
- action: URI
title: View shopping list
uri: "/todo?entity_id=todo.{{trigger.id}}"