home-assistant / home-assistant/android
widget for to-do behaves different from app
- Dominant language
- Kotlin
- Stars
- 3.9k
- Forks
- 1.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 81
Description
**Home Assistant Android app version(s):**
**Android version(s):** 16, security update 5. August 2025
**Device model(s):** Pixel 8 Pro
**Home Assistant version:** 2025.8.0
**Last working Home Assistant release (if known):**
**Description of problem, include YAML if issue is related to notifications:** When marking an item as done the call_service on the server contains these entries:
trigger:
[...]
event:
[...]
data:
[...]
service_data:
item: VE1SWjMtODg5WFhtVVFxVQ
rename: 15 Minuten Haushalt
status: needs_action
entity_id:
- todo.zuhause
[...]
When marking the same item as done the call_service on the server looks exactly the same, but without the "rename: ".
I check the title in automations and would like to be able to also do so when the item has been checked via the widget.
<!--
- For Wear OS devices we will need the LogCat logs from the device.
- For Android Auto the logs can be retrieved from the connected device.
- Logs from the device can be taken from Settings > Companion App Troubleshooting > Show and Share Logs
-->
**Companion App Logs:**
```
```
**Screenshot or video of problem:**
**Additional information:**
Contributor guide
Assessment
This issue has not been assessed yet.