home-assistant / home-assistant/android

Live Update not showing Timer in chip and no Progressbar

Open
#6,513 10 comments 0 reactions 0 assignees View on GitHub
bug notifications
Dominant language
Kotlin
Stars
3.9k
Forks
1.1k
Avg merge
1d 12h
Merged PRs (30d)
81

Description

**Home Assistant Android app version(s):**
2026.2.6-full

**Android version(s):**
16

**Device model(s):**
Oneplus 13

**Home Assistant version:**
Core: 2026.2.3
**Last working Home Assistant release (if known):**

**Description of problem, include YAML if issue is related to notifications:**
The newly added live Notification function does not show the timer in the chip, instead it shows the Title next to the Icon.
Also the Progress bar doesn't show up.
If I switch to normal Notifications(live_update: false), the progress bar appears in the notification.

```
action: notify.mobile_app_oneplus_13
data:
title: Test
data:
tag: live_progress_notification
live_update: true
chronometer: true
when: -1
when_relative: true
message: Hello
```
```
action: notify.mobile_app_oneplus_13
data:
title: Test
data:
tag: live_progress_notification
live_update: true
progress: 40
progress_max: 100
message: Hello
```

**Companion App Logs:**

```

```

**Screenshot or video of problem:**

![Image](https://github.com/user-attachments/assets/f7c9c8e2-645f-4f55-b90b-cdb6c0f98a3f)

![Image](https://github.com/user-attachments/assets/b76c876f-e7d4-4946-8177-db5cefaa3143)

**Additional information:**
On the Oneplus 13 it seems the live alert dynamic island style thing replaces the chip where the critical_text and icon usually is.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.