mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 16:57:53 +00:00
Fix LG webOS TV fails to setup when device is off (#137870)
This commit is contained in:
parent
5529fbdc94
commit
68eb0d81c8
@ -31,6 +31,7 @@ WEBOSTV_EXCEPTIONS = (
|
||||
WebOsTvCommandError,
|
||||
aiohttp.ClientConnectorError,
|
||||
aiohttp.ServerDisconnectedError,
|
||||
aiohttp.WSMessageTypeError,
|
||||
asyncio.CancelledError,
|
||||
asyncio.TimeoutError,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user