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

@ -156,7 +156,6 @@ class ZhaFlowHandler(config_entries.ConfigFlow, domain=DOMAIN):
return self.async_show_form(
step_id="confirm",
description_placeholders={CONF_NAME: self._title},
data_schema=vol.Schema({}),
)
async def async_step_zeroconf(