mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +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 = (
|
self.exceptions = (
|
||||||
AttributeError,
|
AttributeError,
|
||||||
BrokenPipeError,
|
BrokenPipeError,
|
||||||
|
ConnectionResetError,
|
||||||
TypeError,
|
TypeError,
|
||||||
ValueError,
|
ValueError,
|
||||||
InvalidChecksumError,
|
InvalidChecksumError,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user