Remove unnecessary title
kwarg in options flows (#85131)
This commit is contained in:
parent
439b35c310
commit
b80997cc43
4 changed files with 5 additions and 5 deletions
|
@ -172,7 +172,7 @@ class RainMachineOptionsFlowHandler(config_entries.OptionsFlow):
|
|||
) -> FlowResult:
|
||||
"""Manage the options."""
|
||||
if user_input is not None:
|
||||
return self.async_create_entry(title="", data=user_input)
|
||||
return self.async_create_entry(data=user_input)
|
||||
|
||||
return self.async_show_form(
|
||||
step_id="init",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue