Closed dinki closed 1 month ago
@dinki - I added a simple_state
sensor in c7f8847 that can take the following values (all of the form "stage-status"
):
wake_word-listening
- hassmic is listening for the wake wordstt-listening
- the wakeword was heard and we're now listening for the promptintent-processing
- done listening for the prompt, now processingtts-generating
- The intent has been processed, and now we're generating speechtts-speaking
- The speech has been generated and sent to the media playererror-error
- an error has occuredAs written, we only stay in the tts-speaking
phase very briefly, since the pipeline doesn't wait for the speech to finish speaking before it starts listening again.
This is working great with View Assist. Thank you for including. Closing this issue.
Can you consider changing the _state device from:
wake_word-start
to something without start in the name like :
This simple change should allow for View Assist dashboard to be changed only slightly to allow for the visual 'listening' bar to be shown for users using hassmic.