Add mode parameter to intent_script (#29401)

* Add script_mode parameter to intent_script

* Update source/_integrations/intent_script.markdown

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>

* Rename config var according to upstream

https://github.com/home-assistant/core/pull/102203#issuecomment-1804091712
d6f3cf4c58

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
Tudor Sandu 2023-11-17 22:20:03 -08:00 committed by GitHub
parent 65b59bf2e9
commit 9632caf67b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,11 @@ intent:
required: false
default: false
type: boolean
mode:
description: The [script mode](https://www.home-assistant.io/integrations/script/#script-modes) in which to run the intent script. Use this to define if the intent should be able to run multiple times in parallel.
required: false
default: single
type: string
card:
description: Card to display.
required: false