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:
Paul Bottein 2023-07-18 12:42:58 +02:00 committed by GitHub
parent c2fd3af528
commit ba45d161bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,9 +63,9 @@ tap_action:
default: "false"
pipeline_id:
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
default: none
default: "`last_used`"
start_listening:
required: false
description: "If supported, listen for voice commands when opening the assist dialog and the `action` is defined as `assist`"