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

View File

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