mirror of
https://github.com/home-assistant/core.git
synced 2025-06-24 15:07:07 +00:00
Missing exception on relogin in Honeywell (#106324)
Missing exception on relogin
This commit is contained in:
parent
2bf5f8563e
commit
690f68c571
@ -507,6 +507,7 @@ class HoneywellUSThermostat(ClimateEntity):
|
||||
except (
|
||||
AuthError,
|
||||
ClientConnectionError,
|
||||
AscConnectionError,
|
||||
asyncio.TimeoutError,
|
||||
):
|
||||
self._retry += 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user