diff --git a/homeassistant/components/stream/core.py b/homeassistant/components/stream/core.py index 665803d38eb..59c0a6b650f 100644 --- a/homeassistant/components/stream/core.py +++ b/homeassistant/components/stream/core.py @@ -128,6 +128,7 @@ class StreamOutput: @callback def _timeout(self, _now=None): """Handle stream timeout.""" + self._unsub = None if self._stream.keepalive: self.idle = True self._stream.check_idle()