Remove call to remove slide (#134647)

This commit is contained in:
Joost Lekkerkerker
2025-01-04 12:56:58 +01:00
committed by Franck Nijhof
parent 9ead6fe362
commit a4d0794fe4

View File

@@ -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, ""),