1
0
mirror of https://github.com/home-assistant/core.git synced 2025-08-12 06:50:00 +00:00

Missing exception on relogin in Honeywell ()

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

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