home-assistant / home-assistant/android

Live update doesn't create chip at all on Samsung S25 Ultra

Open
#6,559 5 comments 3 reactions 0 assignees View on GitHub
3rd party 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.3.2-full

**Android version(s):**
16 (OneUI 8.0)

**Device model(s):**
Samsung S25 Ultra

**Home Assistant version:**
2026.3.1

**Last working Home Assistant release (if known):**
N/A

**Description of problem, include YAML if issue is related to notifications:**
Live update option doesn't change the behavior of the notification whatsoever

```yaml
action: notify.mobile_app_sm_s938b
data:
title: >-
Printing({{states('sensor.centauri_carbon_2_print_status')}}):
{{states(percent_complete_entity) | int(0) }}%

Layer: {{(states(current_layer_entity)|default('?', true))
}}/{{(states(total_layers_entity)|default('?', true)) }}
message: "{{ states(file_name_entity)|default('Unknown file', true) }}"
data:
chronometer: true
when: >-
{{ as_timestamp(states(end_time_entity))|int if end_time_entity != none
and states(end_time_entity) not in ['unknown', 'unavailable'] else 0 }}
progress: "{{ states(percent_complete_entity)|int(0) }}"
progress_max: 100
image: >-
{{ ('/api/camera_proxy/' ~ camera_entity) if (camera_entity|default('',
true)) != '' else '' }}
url: "{{ dashboard_url }}"
clickAction: "{{ dashboard_url }}"
group: "{{ notification_group }}"
channel: "{{ notification_group }}"
tag: "{{ notification_group }}"
alert_once: true
sticky: true
live_update: true
critical_text: "{{states(percent_complete_entity) | int(0)}}%"
notification_icon: >-
{{ 'mdi:printer-3d-nozzle' if
states('sensor.centauri_carbon_2_print_status') == 'printing' else
'mdi:printer-3d-nozzle-heat'}}
```

**Companion App Logs:**

```

```

**Screenshot or video of problem:**

![Image](https://github.com/user-attachments/assets/4ad1b04c-f6f3-4263-9e01-eb07bdba54ce)

Test with the example provided in the documentation too:

![Image](https://github.com/user-attachments/assets/a0d204c0-757a-4d21-a9c5-a72b3bda6065)

**Additional information:**

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.