Fix LG webOS TV fails to setup when device is off (#137870)

This commit is contained in:
Shay Levy 2025-02-10 21:32:41 +02:00 committed by Franck Nijhof
parent 3dd241a398
commit 36b722960a
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -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,
) )