mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
SleepIQ to not retry a re-auth right away (#83798)
This commit is contained in:
commit
531873fb4d
@ -85,7 +85,7 @@ class SleepIQFlowHandler(ConfigFlow, domain=DOMAIN):
|
||||
self._reauth_entry = self.hass.config_entries.async_get_entry(
|
||||
self.context["entry_id"]
|
||||
)
|
||||
return await self.async_step_reauth_confirm(dict(entry_data))
|
||||
return await self.async_step_reauth_confirm()
|
||||
|
||||
async def async_step_reauth_confirm(
|
||||
self, user_input: dict[str, Any] | None = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user