mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 20:36:29 +00:00
changed step_id from init to user (#297)
This commit is contained in:
parent
8936f10fb3
commit
14cef76c25
@ -41,7 +41,7 @@ class ExampleConfigFlow(data_entry_flow.FlowHandler):
|
|||||||
# process info
|
# process info
|
||||||
|
|
||||||
return self.async_show_form(
|
return self.async_show_form(
|
||||||
step_id='init',
|
step_id='user',
|
||||||
data_schema=vol.Schema({
|
data_schema=vol.Schema({
|
||||||
vol.Required('password'): str
|
vol.Required('password'): str
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user