-
Notifications
You must be signed in to change notification settings - Fork 414
Description
iOS device model, version and app version model name: iPhone 16 Pro Software Version: iOS 26.2 App version: 2026.1.1
Home Assistant Core Version: 2025.10.4
Describe the bug: The Home Assistant dashboard displays a green "Action ran successfully" statement message when triggering a notification action sent to the iOS app, even though the notification permissions are completely disabled in the iOS system settings on the target device.
The user is misled into believing the notification was delivered and the action was successful, while the notification is physically blocked by the OS and never appears on the device. The integration provides no feedback regarding the missing permissions.
To Reproduce:
- On the iPhone, go to Settings -> Home Assistant
- Tap on Notifications and toggle the switch to OFF (revoke permissions)
- Open the Home Assistant Dashboard (on a computer or browser)
- Trigger an action that sends a notification to the mobile app
- Observe the bottom of the screen on the Dashboard
Expected behavior: The system should ideally report an error or a warning indicating that the notification could not be delivered due to missing permissions on the client device. "Action ran successfully" message should not be displayed if the client-side delivery was rejected by the OS settings.
