mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Catch 'ConnectionResetError' exceptions for Android TV integra… (#31274)
This commit is contained in:
@@ -392,6 +392,7 @@ class ADBDevice(MediaPlayerDevice):
|
||||
self.exceptions = (
|
||||
AttributeError,
|
||||
BrokenPipeError,
|
||||
ConnectionResetError,
|
||||
TypeError,
|
||||
ValueError,
|
||||
InvalidChecksumError,
|
||||
|
Reference in New Issue
Block a user