Conversation response stopped working on voice PE devices

I have two voice PE devices. I use voice extensively, and make heavy use of set_conversation_response in my automations. It’s been working fine, but all of a sudden yesterday, I’m no longer hearing anything from conversation response actions. The same automations work fine on my Wyoming satellites.

One very odd thing though is that this code (from developer tools) works fine (although not every time):

action: tts.cloud_say
data:
  cache: false
  entity_id: media_player.home_assistant_voice_bedroom_media_player
  message: Hi there and good morning, dave.

But this code (a test automation) is triggered, but I hear no response:

alias: Response Test
description: ""
triggers:
  - trigger: conversation
    command: Testing
conditions: []
actions:
  - action: tts.cloud_say
    metadata: {}
    data:
      cache: false
      entity_id: media_player.home_assistant_voice_bedroom_media_player
      message: This is a test of the voice response script.
mode: single

Since I didn’t change anything on my end, I don’t know where to go next. I’ve rebooted both HA and the voice PE devices with no luck.

Update: this appears to be (frustratingly) intermittent. As I was doing more testing, it’s working fine again now. Maybe an HA cloud issue?

And now it’s broken again.

Same here, except for the fact that it has never worked once for me.

I’ve seen the issue reported in another thread, but it doesn’t yet seemed to have made its way to a bug report. I’m going to try to figure out how to file one, because in its current state, it’s not really usable for me. :disappointed_relieved: