Adjust data entry flow to have an option data_schema (#67637)
This commit is contained in:
parent
3eadc67d59
commit
5965b015dd
21 changed files with 10 additions and 45 deletions
|
@ -165,7 +165,6 @@ class VLCTelnetConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||
if user_input is None:
|
||||
return self.async_show_form(
|
||||
step_id="hassio_confirm",
|
||||
data_schema=vol.Schema({}),
|
||||
description_placeholders={"addon": self.hassio_discovery["addon"]},
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue