mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-10 09:24:31 +02:00
Next button for first step in optionsflow
This commit is contained in:
parent
bd888c12ba
commit
cb4c5edd26
1 changed files with 1 additions and 0 deletions
|
@ -184,6 +184,7 @@ class MikrotikControllerOptionsFlowHandler(OptionsFlow):
|
||||||
|
|
||||||
return self.async_show_form(
|
return self.async_show_form(
|
||||||
step_id="basic_options",
|
step_id="basic_options",
|
||||||
|
last_step=False,
|
||||||
data_schema=vol.Schema(
|
data_schema=vol.Schema(
|
||||||
{
|
{
|
||||||
vol.Optional(
|
vol.Optional(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue