diff --git a/docs/config_entries_config_flow_handler.md b/docs/config_entries_config_flow_handler.md index c266e0ba..faadb379 100644 --- a/docs/config_entries_config_flow_handler.md +++ b/docs/config_entries_config_flow_handler.md @@ -41,7 +41,7 @@ class ExampleConfigFlow(data_entry_flow.FlowHandler): # process info return self.async_show_form( - step_id='init', + step_id='user', data_schema=vol.Schema({ vol.Required('password'): str })