I am trying to set up the automation for the garage door example from the 2025.04 release.
This is the action:
action: assist_satellite.start_conversation
metadata: {}
data:
start_message: The garage door has been open for 2 minutes. Do you want to close it?
preannounce: true
extra_system_prompt: >-
If the response from the user is "yes", then close the garage door. If the
answer is no, reply "maybe later"
target:
entity_id: assist_satellite.home_assistant_voice_09226e_assist_satellite
Whether I answer yes or no, I get the response "Could you please provide more context or specify what you need assistance with?"
I am using the Extended OpenAI integration and disabled 'Prefer handling commands locally' for testing and get the same result