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`:
- `wake_word` only:
- `timeout` - seconds before wake word detection times out (int, default: 3)
- `noise_suppression_level` - amount of noise suppression (int, 0 = disabled, 4 = max)
- `auto_gain_dbfs` - automatic gain (int, 0 = disabled, 31 = max)
- `volume_multiplier` - fixed volume amplification (float, 1.0 = no change, 2.0 = twice as loud)
- `wake_word` and `stt`:
- `sample_rate` - sample rate of incoming audio (int, hertz)
- `intent` and `tts`:
- `text` - input text (string)
|
| `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