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
Scripts running in queued mode do not return response_variable data. I wrote a script that returns data to my conversation agent (LLM). The CA does not receive this data when the script runs in queued mode. When running in single mode it works.
What version of Home Assistant Core has the issue?
2025.1.4
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
scripts
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
now_playing_on_ma:
alias: "Get Now Playing Track Name from MA"description: 'This script is used to get the current playing song in Music Assistant based on a voice request. The tool requires no arguments. Use this tool whenever the user requests title or song information for the currently playing title on music assistant.'mode: queuedsequence:
- variables:
response:
title: Song from Band
- stop: ''response_variable: response
Anything in the logs that might be useful for us?
Additional information
When running the script in single mode it works.
The text was updated successfully, but these errors were encountered:
The problem
Scripts running in queued mode do not return response_variable data. I wrote a script that returns data to my conversation agent (LLM). The CA does not receive this data when the script runs in queued mode. When running in single mode it works.
What version of Home Assistant Core has the issue?
2025.1.4
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
scripts
Link to integration documentation on our website
No response
Diagnostics information
No response
Example YAML snippet
Anything in the logs that might be useful for us?
Additional information
When running the script in single mode it works.
The text was updated successfully, but these errors were encountered: