1
mirror of https://github.com/home-assistant/core synced 2024-08-28 03:36:46 +02:00

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 GitHub
parent 3d6fb60e93
commit fc349b0875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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