home-assistant / home-assistant/iOS
URL Deeplinking not working when app is killed
- Dominant language
- Swift
- Stars
- 2.4k
- Forks
- 520
- Avg merge
- 7h 27m
- Merged PRs (30d)
- 264
Description
Model Name: Apple iPhone 13 Pro
Software Version: 26.2
App version: 2025.12.0 (2025.1543)
**Home Assistant Core Version**
- Installation method Home Assistant OS
- Core 2025.11.3
- Supervisor 2025.11.5
- Operating System 16.3
- Frontend 20251105.1
**Describe the bug**
I created an automation that sends me a push notification when I'm near my favorite grocery store. I added the my dashboards URL. When the app is in background my view with the shopping list (Shown as card) comes up correctly. When the app is killed, clicking the message only opens the first page of my dashboard but NOT the view with my shopping list.
**Here is the action I'm running that does not work:**
```
action: notify.mobile_app_maxi_iphone
metadata: {}
data:
message: Klicke diese Nachricht um deine Einkaufsliste zu sehen
title: Einkaufen
data:
url: /dashboard-main/einkaufsliste
clickAction: /dashboard-main/einkaufsliste
```
**To Reproduce**
**Expected behavior**
The app is linking to the correct view even when the app is fully killed.
Contributor guide
Assessment
This issue has not been assessed yet.