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
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue