mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-24 17:57:14 +00:00
Add last-used and preferred keyword for pipeline id parameter (#28234)
* Add last-used and preferred keyword for pipeline id parameter * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
c2fd3af528
commit
ba45d161bb
@ -63,9 +63,9 @@ tap_action:
|
|||||||
default: "false"
|
default: "false"
|
||||||
pipeline_id:
|
pipeline_id:
|
||||||
required: false
|
required: false
|
||||||
description: "Assist pipeline id to use when the `action` is defined as `assist`"
|
description: "Assist pipeline to use when the `action` is defined as `assist`. It can be either `last_used`, `preferred`, or a pipeline id."
|
||||||
type: string
|
type: string
|
||||||
default: none
|
default: "`last_used`"
|
||||||
start_listening:
|
start_listening:
|
||||||
required: false
|
required: false
|
||||||
description: "If supported, listen for voice commands when opening the assist dialog and the `action` is defined as `assist`"
|
description: "If supported, listen for voice commands when opening the assist dialog and the `action` is defined as `assist`"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user