Missing exception on relogin in Honeywell (#106324)
Missing exception on relogin
This commit is contained in:
parent
3d6fb60e93
commit
fc349b0875
1 changed files with 1 additions and 0 deletions
|
@ -501,6 +501,7 @@ class HoneywellUSThermostat(ClimateEntity):
|
|||
except (
|
||||
AuthError,
|
||||
ClientConnectionError,
|
||||
AscConnectionError,
|
||||
asyncio.TimeoutError,
|
||||
):
|
||||
self._retry += 1
|
||||
|
|
Loading…
Add table
Reference in a new issue