From 9632caf67b0756c0a09540ef4d05878271d20556 Mon Sep 17 00:00:00 2001 From: Tudor Sandu Date: Fri, 17 Nov 2023 22:20:03 -0800 Subject: [PATCH] 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 https://github.com/home-assistant/core/pull/102203/commits/d6f3cf4c58ce5c2fe99c61c5f0375988ca4ca22f --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/intent_script.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/intent_script.markdown b/source/_integrations/intent_script.markdown index 2fd41fed9fe..7c60a76dc92 100644 --- a/source/_integrations/intent_script.markdown +++ b/source/_integrations/intent_script.markdown @@ -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