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
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

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