1
mirror of https://github.com/home-assistant/core synced 2024-07-15 09:42:11 +02:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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