mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Remove call to remove slide (#134647)
This commit is contained in:
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, ""),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user