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.