From 558f7d37d8fe098d13a19d0977ee8e9b5b50eac5 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 2 Jun 2024 09:32:59 -0400 Subject: [PATCH] Add two new options to intent_script (#33009) Co-authored-by: Franck Nijhof --- source/_integrations/intent_script.markdown | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/_integrations/intent_script.markdown b/source/_integrations/intent_script.markdown index 9cf1b9f6817..b12edae380a 100644 --- a/source/_integrations/intent_script.markdown +++ b/source/_integrations/intent_script.markdown @@ -17,6 +17,7 @@ The `intent_script` integration allows users to configure actions and responses # Example configuration.yaml entry intent_script: GetTemperature: # Intent type + description: Return the temperature and notify the user speech: text: We have {{ states('sensor.temperature') }} degrees action: @@ -35,6 +36,14 @@ intent: required: true type: map keys: + description: + description: Description of the intent. + required: false + type: string + platforms: + description: List of domains that the entity supports. + required: false + type: list action: description: Defines an action to run to intents. required: false