mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 07:07:28 +00:00
Update kitchen_sink
This commit is contained in:
parent
f6214a22c1
commit
92dad98b14
@ -39,7 +39,7 @@ class KitchenSinkConfigFlow(ConfigFlow, domain=DOMAIN):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
@callback
|
@callback
|
||||||
def async_get_supported_subentry_flows(
|
def async_get_supported_subentry_types(
|
||||||
cls, config_entry: ConfigEntry
|
cls, config_entry: ConfigEntry
|
||||||
) -> dict[str, type[ConfigSubentryFlow]]:
|
) -> dict[str, type[ConfigSubentryFlow]]:
|
||||||
"""Return subentries supported by this handler."""
|
"""Return subentries supported by this handler."""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user