mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
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:
parent
65b59bf2e9
commit
9632caf67b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user