mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-06-24 19:16:50 +00:00
29 lines
931 B
Markdown
29 lines
931 B
Markdown
---
|
|
title: Assist pipeline
|
|
description: Assist pipeline integration.
|
|
ha_category:
|
|
- Voice
|
|
ha_iot_class: Local Push
|
|
ha_release: '2023.5'
|
|
ha_codeowners:
|
|
- '@balloob'
|
|
- '@synesthesiam'
|
|
ha_domain: assist_pipeline
|
|
ha_integration_type: integration
|
|
ha_quality_scale: internal
|
|
ha_platforms:
|
|
- select
|
|
---
|
|
|
|
The Assist pipeline integration provides the foundation for the [Assist](/voice_control/) voice assistant in Home Assistant.
|
|
|
|
For most users, there is no need to install this integration manually. The Assist pipeline integration is part of the default configuration and is set up automatically if needed by other integrations.
|
|
If you are not using the default integration, you need to add the following to your `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
assist_pipeline:
|
|
```
|
|
|
|
For more information, refer to the procedure on [configuring a pipeline](/voice_control/voice_remote_local_assistant/).
|