From baa13debcc8b66a650067f2a9f7654b3461c3bfc Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Sat, 4 Jan 2025 12:56:58 +0100 Subject: [PATCH] Remove call to remove slide (#134647) --- homeassistant/components/slide_local/config_flow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/slide_local/config_flow.py b/homeassistant/components/slide_local/config_flow.py index 23c509a02dc..78e2b411153 100644 --- a/homeassistant/components/slide_local/config_flow.py +++ b/homeassistant/components/slide_local/config_flow.py @@ -73,7 +73,6 @@ class SlideConfigFlow(ConfigFlow, domain=DOMAIN): return {} # API version 2 is not working, try API version 1 instead - await slide.slide_del(user_input[CONF_HOST]) await slide.slide_add( user_input[CONF_HOST], user_input.get(CONF_PASSWORD, ""),