diff --git a/homeassistant/components/esphome/config_flow.py b/homeassistant/components/esphome/config_flow.py index 27207932197..cdea25ae233 100644 --- a/homeassistant/components/esphome/config_flow.py +++ b/homeassistant/components/esphome/config_flow.py @@ -173,7 +173,7 @@ class EsphomeFlowHandler(ConfigFlow, domain=DOMAIN): description_placeholders={"name": self._name}, ) - async def async_step_reconfig( + async def async_step_reconfigure( self, entry_data: Mapping[str, Any] ) -> ConfigFlowResult: """Handle a flow initialized by a reconfig request."""