Allow manual reauth (fixes #16)

This commit is contained in:
freybene 2024-07-27 09:25:59 +02:00
parent ee87236579
commit 922af5aea7

View file

@ -136,6 +136,9 @@ class SmartThingsFindConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
)
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
@callback
def async_get_options_flow(