Adjust data entry flow to have an option data_schema (#67637)

This commit is contained in:
Franck Nijhof 2022-03-04 16:42:02 +01:00 committed by GitHub
parent 3eadc67d59
commit 5965b015dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 10 additions and 45 deletions

View file

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