mirror of
https://github.com/home-assistant/core.git
synced 2025-08-10 08:05:06 +02:00
Fix LG webOS TV fails to setup when device is off (#137870)
This commit is contained in:
@@ -31,6 +31,7 @@ WEBOSTV_EXCEPTIONS = (
|
|||||||
WebOsTvCommandError,
|
WebOsTvCommandError,
|
||||||
aiohttp.ClientConnectorError,
|
aiohttp.ClientConnectorError,
|
||||||
aiohttp.ServerDisconnectedError,
|
aiohttp.ServerDisconnectedError,
|
||||||
|
aiohttp.WSMessageTypeError,
|
||||||
asyncio.CancelledError,
|
asyncio.CancelledError,
|
||||||
asyncio.TimeoutError,
|
asyncio.TimeoutError,
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user