Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assist support AT+BVRA command? #4126

Closed
cobryan05 opened this issue Jan 10, 2024 · 2 comments · Fixed by #4331
Closed

Assist support AT+BVRA command? #4126

cobryan05 opened this issue Jan 10, 2024 · 2 comments · Fixed by #4331
Labels
Assist enhancement New feature or request

Comments

@cobryan05
Copy link

cobryan05 commented Jan 10, 2024

Is your feature request related to a problem? Please describe.
When "Home Assistant" is set to my default Voice Assistant and I push the "Voice Assistant" button on my Bluetooth headset it asks me to set up Google Voice Assistant instead of activating Home Assistant Assist

Describe the solution you'd like

When Home Assistant is my default voice assistant I would like the BT Voice Assistant button to enable it

Describe alternatives you've considered, if any

Additional context

The Bluetooth device sends the AT+BVRA command to activate the voice assistant. I believe the app needs to register to receive the BVRA intent

<intent-filter>
    <action android:name="android.intent.action.VOICE_COMMAND"/>
    <category android:name="android.intent.category.DEFAULT" />
</intent-filter>
@cobryan05 cobryan05 added the enhancement New feature or request label Jan 10, 2024
@dshokouhi
Copy link
Member

sounds like a duplicate of either #4046 or #3981

@dshokouhi dshokouhi added question Further information is requested Assist labels Jan 10, 2024
@jpelgrom
Copy link
Member

sounds like a duplicate of either #4046 or #3981

Not quite a duplicate, but if the fix is to register for the suggested intent we'd need to register for the intent with an activity only if HA is the active assistant. So it is likely to be an alias we can enable/disable, just like those launcher icons.

@dshokouhi dshokouhi removed the question Further information is requested label Feb 12, 2024
@jpelgrom jpelgrom linked a pull request Apr 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Assist enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants