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

Handle correctly the enabling of the stop word with timer and TTS at the same time #183

Merged
merged 2 commits into from
Oct 25, 2024

Conversation

jlpouffier
Copy link
Contributor

The stop word was enabled in two cases

  • Long TTS
  • Timer ring

And was disabled in two cases

  • End of voice assistant process
  • Timer ring end

The two use case where colliding when a timer was ringing while the voice assistant was running.

This PR adds a simple condition to prevent that from happening.

Copy link

Firmware built successfully! 🎉

Download and extract the firmware to install with https://web.esphome.io

Make sure to choose home-assistant-voice-esp32s3.factory.bin.

@jlpouffier jlpouffier merged commit 012b0d6 into dev Oct 25, 2024
7 checks passed
@jlpouffier jlpouffier deleted the timer-and-tts-bug-with-stop-word branch October 25, 2024 12:53
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

Successfully merging this pull request may close these issues.

1 participant