home-assistant / home-assistant/android
Use strong types for AssistPipelineRunStart and AssistPipelineSttEnd
Open
enhancement
good first issue
- Dominant language
- Kotlin
- Stars
- 3.9k
- Forks
- 1.1k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 81
Description
This two types contains a `Map` but we are always expecting a specific field. We should avoid use `Any` as much as we can and here in this case we can simply create the proper class and replace the type of the fields by these new classes.
Contributor guide
Assessment
This issue has not been assessed yet.