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

Can't get Voice Assistant Config with aioesphomeapi #281

Open
pierrewessman opened this issue Jan 10, 2025 · 0 comments
Open

Can't get Voice Assistant Config with aioesphomeapi #281

pierrewessman opened this issue Jan 10, 2025 · 0 comments

Comments

@pierrewessman
Copy link

Also posted here, not sure where it fits best.

I am trying to get my Home Assistant Voice Preview settings using aioesphomeapi, but I get an "empty" result.

Code to repro:

import aioesphomeapi

api = aioesphomeapi.APIClient("<My IP>", 6053, "")
await api.connect(login=True)

config = await api.get_voice_assistant_configuration(10)
print(config)

Result:
VoiceAssistantConfigurationResponse(available_wake_words=[], active_wake_words=[], max_active_wake_words=0)

The Voice Assistant works, I can change wake word using Home Assistant.
I am using aioesphomeapi==28.0.0.

Any ideas on how to debug this further?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant