From 5d7c081fefe8466208919bf5f0de89f861188463 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 8 Jul 2024 12:48:58 +0200 Subject: [PATCH] Document device_id for assist_pipeline/run (#2242) --- docs/voice/pipelines/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/voice/pipelines/index.md b/docs/voice/pipelines/index.md index 9fa0d20a..df196e85 100644 --- a/docs/voice/pipelines/index.md +++ b/docs/voice/pipelines/index.md @@ -31,6 +31,7 @@ The following input fields are available: | `input` | dict | Depends on `start_stage`: | | `pipeline` | string | Optional. ID of the pipeline (use `assist_pipeline/pipeline/list` to get names). | | `conversation_id` | string | Optional. [Unique id for conversation](/docs/intent_conversation_api#conversation-id). | +| `device_id` | string | Optional. Device ID from Home Assistant's device registry of the device that is starting the pipeline. | | `timeout` | number | Optional. Number of seconds before pipeline times out (default: 300). | ## Events