From 98e06051dbbe046fb359408f23dc880e9251fea4 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Sat, 23 Sep 2023 19:19:20 -0300 Subject: [PATCH] Removed unused function --- custom_components/ute/config_flow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/ute/config_flow.py b/custom_components/ute/config_flow.py index 61064f1..76548bb 100644 --- a/custom_components/ute/config_flow.py +++ b/custom_components/ute/config_flow.py @@ -82,7 +82,6 @@ class UTEConfigFlow(config_entries.ConfigFlow, domain=DOMAIN): if not errors: # Input is valid, set data. self.data = user_input - return await self.async_step_repo() return self.async_show_form( step_id="user", data_schema=AUTH_SCHEMA, errors=errors