Update kitchen_sink

This commit is contained in:
Erik 2025-01-07 13:05:18 +01:00
parent f6214a22c1
commit 92dad98b14

View File

@ -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."""