mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 12:26:29 +00:00
Update reconfiguration-flow.md (#2604)
This commit is contained in:
parent
ae84fbf6bf
commit
e5075fbfae
@ -47,7 +47,7 @@ class MyConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||||||
data_updates=user_input,
|
data_updates=user_input,
|
||||||
)
|
)
|
||||||
return self.async_show_form(
|
return self.async_show_form(
|
||||||
step_id="user",
|
step_id="reconfigure",
|
||||||
data_schema=vol.Schema(
|
data_schema=vol.Schema(
|
||||||
{
|
{
|
||||||
vol.Required(CONF_HOST): TextSelector(),
|
vol.Required(CONF_HOST): TextSelector(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user