We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad83784 commit 6d58928Copy full SHA for 6d58928
custom_components/smartthinq_sensors/config_flow.py
@@ -368,8 +368,7 @@ async def async_step_reauth_confirm(
368
369
if user_input[CONF_REAUTH_CRED] is True:
370
return await self.async_step_user()
371
- entries = self._async_current_entries()
372
- return self.async_update_reload_and_abort(entries[0])
+ return self.async_update_reload_and_abort(self._get_reauth_entry())
373
374
375
def _dict_to_select(opt_dict: dict) -> SelectSelectorConfig:
0 commit comments