Thank you for the suggestion. I did have priority set to high already.
At your suggestion I added in ttl 0 but it didn’t seem to have any effect, the notification is still collapsed.
I am also using node-red. Here is my notification
{
"title": "Garage Door Open",
"message": "The garage door is open.",
"data": {
"priority": "high",
"ttl": 0,
"tag": "garage",
"image": "removedurl/local/garage_pic.jpg",
"notification_icon": "mdi:garage-alert",
"actions": [
{
"action": "garage",
"title": "Close Garage Door"
}
]
}
}
Yeah it could be, I’m using a Samsung Galaxy s9+. I’ve checked around the notification settings but haven’t found anything.
I did also make sure this was the only notification at the time.
What you are seeing is the behavior of the launcher on the device. Some launchers offer a setting to allow all notifications to be expanded. It is also standard behavior to show the first notification expanded and not the others. You can try looking at other launchers in the play store to find one that has this particular setting.
have you found a solution yet? I am using S22 Ultra and also cant get the full notification to show. Have to swipe again to show the actionable buttons.
I have enabled detailed view in the notifications settings but still have the same issue.
Unfortunately I haven’t yet. I’ve also been preoccupied with a new born and moving so I haven’t found the time to look into the various launcher apps the play store has to offer.
This has worked reliably for me on various Samsung phones:
On the phone, go to Settings → Notifications → Advanced Settings → turn on ‘Manage notification categories for each app’
Send a test notification from HA with a category set
On the phone, Settings → Notifications → App Notifications → Home Assistant → Notification Categories → (category you set in step 2) → turn on ‘Show as pop-up’
It wont be expanded in the notification tray, but when received it will display as a popup on screen fully expanded, including any notification action buttons. Hope this helps