mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 04:16:29 +00:00
This reverts commit b86ac6c3f10d1786cb759c61bd2ae22f0b708226.
This commit is contained in:
parent
a20c3d26c6
commit
a7d0840abc
@ -281,14 +281,7 @@ import voluptuous as vol
|
||||
class ExampleConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
||||
"""Config flow for Example integration."""
|
||||
|
||||
async def async_step_reconfigure(
|
||||
self, entry_data: Mapping[str, Any]
|
||||
) -> ConfigFlowResult:
|
||||
return await async_step_reconfigure_confirm()
|
||||
|
||||
async def async_step_reconfigure_confirm(
|
||||
self, user_input: dict[str, Any] | None = None
|
||||
) -> ConfigFlowResult:
|
||||
async def async_step_reconfigure(self, user_input: dict[str, Any] | None = None):
|
||||
if user_input is not None:
|
||||
pass # TODO: process user input
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user