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