diff --git a/homeassistant/components/kitchen_sink/config_flow.py b/homeassistant/components/kitchen_sink/config_flow.py index 47f0bf9a5ee..17e7e9b6fbc 100644 --- a/homeassistant/components/kitchen_sink/config_flow.py +++ b/homeassistant/components/kitchen_sink/config_flow.py @@ -39,7 +39,7 @@ class KitchenSinkConfigFlow(ConfigFlow, domain=DOMAIN): @classmethod @callback - def async_get_supported_subentry_flows( + def async_get_supported_subentry_types( cls, config_entry: ConfigEntry ) -> dict[str, type[ConfigSubentryFlow]]: """Return subentries supported by this handler."""