diff --git a/custom_components/weback_vacuum/WebackApi.py b/custom_components/weback_vacuum/WebackApi.py index b671d60..729b125 100644 --- a/custom_components/weback_vacuum/WebackApi.py +++ b/custom_components/weback_vacuum/WebackApi.py @@ -394,6 +394,9 @@ def __init__(self, user, password, region, country, app, client_id, api_version) self.ws = None self._refresh_time = 60 self.sent_counter = 0 + + # Reloading cached creds + self.verify_cached_creds() async def check_credentials(self): """