You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The page says "If you are using intent script with LLMs and have parameters, make sure to mention the parameters and their types in the description.", but it doesn't explain how to declare the parameters in the intent config. There's also no explanation on how to refer to the parameters in the action.
I'm trying to create an action to pause for X seconds, so I can make the assistant do actions that need timing, like blinking a light a few times.
I was writing something like this:
intent_script:
WaitForDuration:
description: Pauses execution and waits for a duration of time given in the input# Where do I declare the input duration in seconds?mode: parallelaction:
delay:
seconds: ??? # How do I refer to the input duration here?
The text was updated successfully, but these errors were encountered:
Feedback
The page says "If you are using intent script with LLMs and have parameters, make sure to mention the parameters and their types in the description.", but it doesn't explain how to declare the parameters in the intent config. There's also no explanation on how to refer to the parameters in the action.
URL
https://www.home-assistant.io/integrations/intent_script/
Version
2024.12.3
Additional information
I'm trying to create an action to pause for X seconds, so I can make the assistant do actions that need timing, like blinking a light a few times.
I was writing something like this:
The text was updated successfully, but these errors were encountered: