changed step_id from init to user (#297)

This commit is contained in:
Peter Armstrong 2019-08-08 15:44:13 +01:00 committed by Fabian Affolter
parent 8936f10fb3
commit 14cef76c25

View File

@ -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
})