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

micro_wake_word: Support "id" and "internal" for mww #3039

Open
flubshi opened this issue Jan 27, 2025 · 0 comments
Open

micro_wake_word: Support "id" and "internal" for mww #3039

flubshi opened this issue Jan 27, 2025 · 0 comments

Comments

@flubshi
Copy link

flubshi commented Jan 27, 2025

Describe the problem you have/What new integration you would like

Looking at the improvements of mww in home-assistant-voice-pe I noticed that you implemented support for id and internal for mww. Example:

micro_wake_word:
  id: mww
  models:
    - model: hey_mycroft
      id: hey_mycroft
    - model: https://github.com/kahrendt/microWakeWord/releases/download/stop/stop.json
      id: stop
      internal: true

Please describe your use case for this integration and alternatives you've tried:

Since I want to experiment with the stop word feature as implemented in home-assistant-voice-pe I would like to ask, if you could please implement it in the upstream mww.

Using the implementation in home-assistant-voice-pe as external component does not work due to the further dependencies.

Additional context

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