-
-
Notifications
You must be signed in to change notification settings - Fork 215
Description
Title: set_conversation_response not working on Voice PE devices - always responds "Done"
Describe the bug:
When using set_conversation_response in automations triggered by conversation commands on Voice PE devices, the device always responds with "Done" instead of the custom message. The automation executes all actions successfully, but the custom response is never spoken. This issue does not occur on Wyoming satellite devices.
To Reproduce:
Create an automation with a conversation trigger
Add any actions (e.g., turn on lights)
Add set_conversation_response: "Custom message here" as the final action
Trigger the automation via Voice PE device
Device responds "Done" instead of the custom message
Expected behavior:
The Voice PE device should speak the custom message defined in set_conversation_response.
Example YAML:
alias: "Good morning test"
description: ""
triggers:
- trigger: conversation
command:- Good Morning
conditions: []
actions:
- Good Morning
- type: turn_on
device_id: 31828a878e43b7daeb392a5be97c9a45
entity_id: 9a899835fd49ec300580ae07cb45d6ce
domain: light - set_conversation_response: "Good Morning Tracy"
mode: single