Make FlowResult a generic type (#111952)
This commit is contained in:
parent
008e025d5c
commit
82efb3d35b
13 changed files with 95 additions and 80 deletions
|
@ -182,7 +182,7 @@ class BaseZwaveJSFlow(ConfigEntryBaseFlow, ABC):
|
|||
|
||||
@property
|
||||
@abstractmethod
|
||||
def flow_manager(self) -> FlowManager[ConfigFlowResult]:
|
||||
def flow_manager(self) -> FlowManager[ConfigFlowResult, str]:
|
||||
"""Return the flow manager of the flow."""
|
||||
|
||||
async def async_step_install_addon(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue