From e8e5f6600698755e2a2f29c48c59f6bc34d8ee34 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 24 Apr 2023 15:19:01 +0200 Subject: [PATCH] Assist pipline: describe integration (#27113) * Assist pipline: describe integration * Assist pipeline: add file type to file name --- source/_integrations/assist_pipeline.markdown | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 source/_integrations/assist_pipeline.markdown diff --git a/source/_integrations/assist_pipeline.markdown b/source/_integrations/assist_pipeline.markdown new file mode 100644 index 00000000000..4a964f9e86e --- /dev/null +++ b/source/_integrations/assist_pipeline.markdown @@ -0,0 +1,18 @@ +--- +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 +--- + +The Assist pipeline integration provides the foundation for the [Assist](/docs/assist/) voice assistant in Home Assistant. + +There is no need to manually install this integration. The Assist pipeline integration is part of the default configuration and setup automatically if needed by other integrations. \ No newline at end of file