Update reconfiguration-flow.md (#2604)

This commit is contained in:
Dan Raper 2025-03-14 16:55:03 +00:00 committed by GitHub
parent ae84fbf6bf
commit e5075fbfae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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(),