home-assistant / home-assistant/iOS
Clear Notification not working
- Dominant language
- Swift
- Stars
- 2.4k
- Forks
- 520
- Avg merge
- 7h 27m
- Merged PRs (30d)
- 264
Description
**iOS device model, version and app version**
Model Name: iPhone 17 Pro
Software Version: 26.2.1
App version: 2026.1.1
**Home Assistant Core Version**
2026.1.3
**Describe the bug**
For me the "clear_notification" message is not working anymore
**To Reproduce**
```yaml
action: notify.mobile_app_miphone
data:
data:
push:
sound:
name: default
critical: 1
volume: 1
tag: "cleartest"
message: Test Notification
```
```yaml
action: notify.mobile_app_miphone
data:
data:
tag: "cleartest"
message: "clear_notification"
```
**Expected behavior**
**Screenshots**
N/A
**Additional context**
N/A
Contributor guide
Assessment
This issue has not been assessed yet.