diff --git a/custom_components/zidoo/config_flow.py b/custom_components/zidoo/config_flow.py index cc32aaf..ad829b7 100644 --- a/custom_components/zidoo/config_flow.py +++ b/custom_components/zidoo/config_flow.py @@ -139,7 +139,7 @@ async def async_step_ssdp(self, discovery_info): _LOGGER.debug("SSDP discovery_info: %s", user_input) - return self.async_user_setup(user_input, True) + return self.async_step_user(user_input, True) class ZidooOptionsFlowHandler(config_entries.OptionsFlow): """Handle a option flow for wiser hub."""