home-assistant / home-assistant/android

Add to-do items websocket subscription for to-do widget

Open
#5,224 0 comments 1 reaction 0 assignees View on GitHub
enhancement widget
Dominant language
Kotlin
Stars
3.9k
Forks
1.1k
Avg merge
1d 12h
Merged PRs (30d)
81

Description

**Is your feature request related to a problem? Please describe.**
When to-do items are renamed or reordered the change will not be picket up by to-do widget as currently we relay on entity change events and for those operations entity will not change the state.

**Describe the solution you'd like**
Add new websocket subscription that will trigger changes if anything in to-do list is changed.
https://github.com/home-assistant/core/blob/dev/homeassistant/components/todo/__init__.py#L322

**Describe alternatives you've considered, if any**
N/A

**Additional context**
https://github.com/home-assistant/android/pull/5169#pullrequestreview-2769166656

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.