forked from home-assistant/core
Remove call to remove slide (#134647)
This commit is contained in:
committed by
Franck Nijhof
parent
9ead6fe362
commit
a4d0794fe4
@@ -73,7 +73,6 @@ class SlideConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||||||
return {}
|
return {}
|
||||||
|
|
||||||
# API version 2 is not working, try API version 1 instead
|
# API version 2 is not working, try API version 1 instead
|
||||||
await slide.slide_del(user_input[CONF_HOST])
|
|
||||||
await slide.slide_add(
|
await slide.slide_add(
|
||||||
user_input[CONF_HOST],
|
user_input[CONF_HOST],
|
||||||
user_input.get(CONF_PASSWORD, ""),
|
user_input.get(CONF_PASSWORD, ""),
|
||||||
|
Reference in New Issue
Block a user