mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Catch 'ConnectionResetError' exceptions for Android TV integra… (#31274)
This commit is contained in:
parent
ec4ccb10ec
commit
9312d06fe4
@ -392,6 +392,7 @@ class ADBDevice(MediaPlayerDevice):
|
||||
self.exceptions = (
|
||||
AttributeError,
|
||||
BrokenPipeError,
|
||||
ConnectionResetError,
|
||||
TypeError,
|
||||
ValueError,
|
||||
InvalidChecksumError,
|
||||
|
Loading…
x
Reference in New Issue
Block a user