core icon indicating copy to clipboard operation
core copied to clipboard

VOIP with HT801 will not work when assistnat response is set to nothing in automations.

Open Code-Spinner1 opened this issue 7 months ago • 0 comments

The problem

It seems that if you create an automation that does not allow the voice assistant to reply, ex: SetConversationResponseTo '', as the first argument, the conversation never ends over VOIP. When this happens, there is of course no "end conversation" chime, and it appears things are broken.

Perhaps instead of a voice response from the assistant triggering the end of an action, there could be a notification signal instead, allowing us to continue with automations where we don't need/want a response.

What version of Home Assistant Core has the issue?

2025.5.1 and probably since the VOIP integration with HT801 as implemented.

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

VOIP and HT801 Integration

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

alias: Computer
description: Toggle computer light
triggers:
  - trigger: conversation
    command: computer
conditions: []
actions:
  - set_conversation_response: ""
    enabled: true
  - action: light.toggle
    metadata: {}
    data:
      transition: 2
      rgb_color:
        - 255
        - 255
        - 255
    target:
      device_id: 03b5d64db6fafaccad5e3e8b0bef41e1
mode: single

Anything in the logs that might be useful for us?


Additional information

No response

Code-Spinner1 avatar May 12 '25 01:05 Code-Spinner1