We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f45a6f8 commit b23134fCopy full SHA for b23134f
homeassistant/components/voip/assist_satellite.py
@@ -492,6 +492,7 @@ async def _play_announcement(
492
await asyncio.sleep(_ANNOUNCEMENT_AFTER_DELAY)
493
except Exception:
494
_LOGGER.exception("Unexpected error while playing announcement")
495
+ self._announcement = None
496
raise
497
finally:
498
self._run_pipeline_task = None
0 commit comments