home-assistant / home-assistant/android
Live update doesn't create chip at all on Samsung S25 Ultra
- 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:**

Test with the example provided in the documentation too:

**Additional information:**
Contributor guide
Assessment
This issue has not been assessed yet.