Allow manual reauth (fixes #16)
This commit is contained in:
parent
ee87236579
commit
922af5aea7
1 changed files with 3 additions and 0 deletions
|
@ -136,6 +136,9 @@ class SmartThingsFindConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||||
)
|
)
|
||||||
return await self.async_step_user()
|
return await self.async_step_user()
|
||||||
|
|
||||||
|
async def async_step_reconfigure(self, user_input: dict[str, Any] | None = None):
|
||||||
|
return await self.async_step_reauth_confirm(self)
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
@callback
|
@callback
|
||||||
def async_get_options_flow(
|
def async_get_options_flow(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue