Fix incorrect type hint in SchemaOptionsFlow (#82516)
This commit is contained in:
parent
9d192643ee
commit
687d162a94
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ class SchemaOptionsFlowHandler(config_entries.OptionsFlow):
|
|||
def __init__(
|
||||
self,
|
||||
config_entry: config_entries.ConfigEntry,
|
||||
options_flow: dict[str, vol.Schema],
|
||||
options_flow: dict[str, SchemaFlowFormStep | SchemaFlowMenuStep],
|
||||
async_options_flow_finished: Callable[[HomeAssistant, Mapping[str, Any]], None],
|
||||
) -> None:
|
||||
"""Initialize options flow."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue