voice_create_pipeline
Create a voice assistant pipeline by configuring engines for speech-to-text, text-to-speech, conversation, and wake word detection.
Instructions
Create a new Assist pipeline.
Engines are entity ids of the relevant providers (e.g. stt.faster_whisper,
tts.piper, wake_word.openwakeword). Use list_services or list_entities
to discover what's installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| conversation_engine | No | homeassistant | |
| conversation_language | No | en | |
| language | No | en | |
| stt_engine | No | ||
| stt_language | No | ||
| tts_engine | No | ||
| tts_language | No | ||
| tts_voice | No | ||
| wake_word_entity | No | ||
| wake_word_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||