mirror of
https://github.com/home-assistant/core.git
synced 2026-03-24 08:18:29 +01: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