home-assistant / android

:iphone: Home Assistant Companion for Android
https://companion.home-assistant.io/
Apache License 2.0
2.07k stars 587 forks source link

Add intent for assistant headset button to Assist #4322

Closed jpelgrom closed 1 month ago

jpelgrom commented 1 month ago

Summary

Implement #4126 and this Discord suggestion to allow Assist to respond to headset assistant buttons by adding android.intent.action.VOICE_COMMAND to the intent filter. Can't test it myself but two individual reports seems like enough validation and Android should show a chooser so no need for complicated default assistant app checks.

Screenshots

n/a

Link to pull request in Documentation repository

n/a

Any other notes

joseph39 commented 1 month ago

I think this PR can be superseded by https://github.com/home-assistant/android/pull/4331 as it attempts to provide a more complete support

jpelgrom commented 1 month ago

Closing in favor of new contributor in #4331