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