Improve data entry flow typing (#84030)
This commit is contained in:
parent
033a16b67e
commit
bf4c399b19
5 changed files with 6 additions and 6 deletions
|
@ -151,7 +151,7 @@ class FlowManager(abc.ABC):
|
|||
@abc.abstractmethod
|
||||
async def async_create_flow(
|
||||
self,
|
||||
handler_key: Any,
|
||||
handler_key: str,
|
||||
*,
|
||||
context: dict[str, Any] | None = None,
|
||||
data: dict[str, Any] | None = None,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue