#Microphone icon iOS app

1 messages · Page 1 of 1 (latest)

supple mountain
#

What does the microphone icon supposed to do in the Home Assistant iOS app? On mine it just toggles to show the text field. I expect it to let me talk to the app in some way. G

ashen anchor
#

The microphone shows when it’s listening and streaming voice to the voice assistant. Did you set up a voice assistant?

supple mountain
#

Yes I created an assistant, but I talk to the app and nothing happens

#

There's a cryptic message in my logs

#

Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/decorators.py", line 28, in _handle_async_response
await func(hass, connection, msg)
File "/usr/src/homeassistant/homeassistant/components/assist_pipeline/websocket_api.py", line 239, in websocket_run
await pipeline_input.validate()
File "/usr/src/homeassistant/homeassistant/components/assist_pipeline/pipeline.py", line 1555, in validate
raise PipelineRunValidationError(
"the pipeline does not support speech-to-text"
)
homeassistant.components.assist_pipeline.pipeline.PipelineRunValidationError: the pipeline does not support speech-to-text

ashen anchor
#

The actual message is this: "the pipeline does not support speech-to-text"

#

In your Voice Assistant settings you need to add a STT provider to the pipeline.

#

Actually, that just jumps off to two links.

Home Assistant

Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.

Home Assistant

Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.

supple mountain
#

Is there any way to use ChatGPT or it has to be a local model?

ashen anchor
#

Yea. You can use ChatGPT. You need a STT processor, an agent (like ChatGPT), and then a TTS processor.

supple mountain
#

Can I use a cloud STT that is not home assistant cloud?

ashen anchor
#

I don’t know if anyone has built one. Maybe?