diff --git a/custom_components/fpl/config_flow.py b/custom_components/fpl/config_flow.py index fbb0960..b94d54d 100644 --- a/custom_components/fpl/config_flow.py +++ b/custom_components/fpl/config_flow.py @@ -82,6 +82,8 @@ class FplFlowHandler(config_entries.ConfigFlow, domain=DOMAIN): async def _show_config_form(self, user_input): """Show the configuration form to edit location data.""" + username = "" + password = "" if user_input is not None: if CONF_USERNAME in user_input: