Notifications using the same tag not replacing previous notification
See original GitHub issueHome Assistant Android version: 2022.11.0-full
Android version: 13 (OneUI 5.0)
Phone model: Samsung Galaxy S21 5G
Home Assistant version: 2022.11.5
Last working Home Assistant release (if known): Unknown
Description of problem: I assume this is a bug with the Android app and not HA Core, so am logging this here as a starting point.
Recently, potentially coinciding with the phone upgrade to Android 13, notifications using the same tag
are no longer replacing the text in the notification. Only the icon is getting updated, leaving the text from the previous notification in place. I can consistently reproduce this. See examples below. However, it seems to occur with all notifications using the same tag
, where they were previously replaced correctly, they no longer are.
Screenshot of problem:
Additional information:
service: notify.galaxy_s21
data:
title: "Battery Critical"
message: >-
The battery level is critical.
data:
notification_icon: mdi:battery-alert-variant-outline
actions:
- action: URI
title: View
uri: /lovelace-home/batteries
clickAction: /lovelace-home/batteries
ttl: 0
priority: high
color: red
sticky: true
group: Batteries
tag: battery_notification
service: notify.galaxy_21
data:
title: Battery Replacement Logged
message: >-
The battery replacement has been logged.
data:
notification_icon: mdi:battery-arrow-up
clickAction: /lovelace-home/batteries
ttl: 0
priority: high
color: green
sticky: true
group: Batteries
tag: battery_notification
Issue Analytics
- State:
- Created 10 months ago
- Comments:25 (10 by maintainers)
Top GitHub Comments
I’ve only recently received the update to Android 13. I know someone else with the same model of phone. When I see them next I will see if they have updated to Android 13 and whether I can test it on their phone. In the meantime I will remove options one by one as you suggest. I’ll update when I have further information. Thanks.
OK. Thanks. That’s useful. That gives me some official Android documentation to point them at if I can find someone to complain about it to. LOL.