diff --git a/homeassistant/helpers/config_entry_flow.py b/homeassistant/helpers/config_entry_flow.py index 2f9f0b52839f29..421a92b3164f1b 100644 --- a/homeassistant/helpers/config_entry_flow.py +++ b/homeassistant/helpers/config_entry_flow.py @@ -81,12 +81,6 @@ async def async_step_discovery( return await self.async_step_confirm() - async_step_zeroconf = async_step_discovery - async_step_ssdp = async_step_discovery - async_step_mqtt = async_step_discovery - async_step_homekit = async_step_discovery - async_step_dhcp = async_step_discovery - async def async_step_import(self, _: dict[str, Any] | None) -> FlowResult: """Handle a flow initialized by import.""" if self._async_current_entries():