diff --git a/homeassistant/components/androidtv/media_player.py b/homeassistant/components/androidtv/media_player.py index ff6359f54b3e7..3bb65bd1a0aee 100644 --- a/homeassistant/components/androidtv/media_player.py +++ b/homeassistant/components/androidtv/media_player.py @@ -392,6 +392,7 @@ def __init__( self.exceptions = ( AttributeError, BrokenPipeError, + ConnectionResetError, TypeError, ValueError, InvalidChecksumError,