mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Fix imap advanced settings not shown (#93813)
This commit is contained in:
parent
c678664d9a
commit
74741c7634
@ -177,7 +177,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
|
||||
return self.async_create_entry(title=title, data=user_input)
|
||||
|
||||
schema = self.add_suggested_values_to_schema(CONFIG_SCHEMA, user_input)
|
||||
schema = self.add_suggested_values_to_schema(schema, user_input)
|
||||
return self.async_show_form(step_id="user", data_schema=schema, errors=errors)
|
||||
|
||||
async def async_step_reauth(self, entry_data: Mapping[str, Any]) -> FlowResult:
|
||||
|
Loading…
x
Reference in New Issue
Block a user