Remove call to remove slide (#134647)

This commit is contained in:
Joost Lekkerkerker 2025-01-04 12:56:58 +01:00 committed by GitHub
parent 1d42890748
commit baa13debcc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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