I’m trying the new voice “broadcast message” feature. It somewhat works, some devices announce but it locks the assistant window for several seconds then pops and unexpected error. I don’t see any smoking gun in the log to point to what config issue is causing it. I don’t have voice helpers if that’s what it’s saying.
‘’‘’
Logger: homeassistant.helpers.intent
Source: helpers/intent.py:145
First occurred: 6:09:00 PM (1 occurrences)
Last logged: 6:09:00 PM
Error handling HassBroadcast
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/helpers/intent.py”, line 145, in async_handle
result = await handler.async_handle(intent)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/assist_satellite/intent.py”, line 47, in async_handle
await hass.services.async_call(
…<6 lines>…
)
File “/usr/src/homeassistant/homeassistant/core.py”, line 2794, in async_call
response_data = await coro
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/core.py”, line 2837, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 1032, in entity_service_call
raise result from None
File “/usr/src/homeassistant/homeassistant/helpers/entity.py”, line 1628, in async_request_call
return await coro
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/helpers/service.py”, line 1079, in _handle_entity_call
result = await task
^^^^^^^^^^
File “/usr/src/homeassistant/homeassistant/components/assist_satellite/entity.py”, line 209, in async_internal_announce
await self.async_announce(announcement)
File “/usr/src/homeassistant/homeassistant/components/voip/assist_satellite.py”, line 179, in async_announce
await self._do_announce(announcement, run_pipeline_after=False)
File “/usr/src/homeassistant/homeassistant/components/voip/assist_satellite.py”, line 236, in _do_announce
await self._announcement_future
TimeoutError: User did not pick up in time
‘’’