Skip to content

Voice PE responds with done only #486

@Mystic369

Description

@Mystic369

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:
  • type: turn_on
    device_id: 31828a878e43b7daeb392a5be97c9a45
    entity_id: 9a899835fd49ec300580ae07cb45d6ce
    domain: light
  • set_conversation_response: "Good Morning Tracy"
    mode: single

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions