mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 02:13:44 +02:00
Reset state on error during VOIP announcement (#156384)
This commit is contained in:
@@ -492,6 +492,7 @@ class VoipAssistSatellite(VoIPEntity, AssistSatelliteEntity, RtpDatagramProtocol
|
||||
await asyncio.sleep(_ANNOUNCEMENT_AFTER_DELAY)
|
||||
except Exception:
|
||||
_LOGGER.exception("Unexpected error while playing announcement")
|
||||
self._announcement = None
|
||||
raise
|
||||
finally:
|
||||
self._run_pipeline_task = None
|
||||
|
||||
Reference in New Issue
Block a user