Missing exception on relogin in Honeywell (#106324)

Missing exception on relogin
This commit is contained in:
mkmer
2023-12-23 21:11:51 -05:00
committed by Franck Nijhof
parent 2bf5f8563e
commit 690f68c571

View File

@@ -507,6 +507,7 @@ class HoneywellUSThermostat(ClimateEntity):
except ( except (
AuthError, AuthError,
ClientConnectionError, ClientConnectionError,
AscConnectionError,
asyncio.TimeoutError, asyncio.TimeoutError,
): ):
self._retry += 1 self._retry += 1