home-assistant / home-assistant/android
Multi sortable entity picker
Open
- Dominant language
- Kotlin
- Stars
- 3.9k
- Forks
- 1.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 81
Description
### Description
Based on the initial work for Single entity picker https://github.com/home-assistant/android/pull/6253 we should extend it for multiple entities.
The current implementation has some caching for the creation of the model used within the composable then kept into a remember. We should use this for multiple entities to avoid having to duplicate the transformations made.
### Additional context
We should be able reorder the entity selected.
Contributor guide
Assessment
This issue has not been assessed yet.